mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-28 13:30:55 +00:00
Moves includes to correct file.
This commit is contained in:
parent
1608a90d5d
commit
72c0a631f7
@ -8,8 +8,6 @@
|
|||||||
|
|
||||||
#include "MacintoshVolume.hpp"
|
#include "MacintoshVolume.hpp"
|
||||||
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <unistd.h>
|
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
||||||
using namespace Storage::MassStorage::Encodings::Macintosh;
|
using namespace Storage::MassStorage::Encodings::Macintosh;
|
||||||
|
@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
namespace Storage {
|
namespace Storage {
|
||||||
namespace MassStorage {
|
namespace MassStorage {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user