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