mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-10 11:25:23 +00:00
Moves includes to correct file.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user