1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Moves includes to correct file.

This commit is contained in:
Thomas Harte 2019-09-18 22:04:54 -04:00
parent 1608a90d5d
commit 72c0a631f7
2 changed files with 2 additions and 2 deletions

View File

@ -8,8 +8,6 @@
#include "MacintoshVolume.hpp"
#include <sys/types.h>
#include <unistd.h>
#include <cstring>
using namespace Storage::MassStorage::Encodings::Macintosh;

View File

@ -11,6 +11,8 @@
#include <vector>
#include <cstdint>
#include <sys/types.h>
#include <unistd.h>
namespace Storage {
namespace MassStorage {