mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-29 12:50:28 +00:00
Localises #include.
This commit is contained in:
parent
c86db12f1c
commit
7d61df238a
@ -8,6 +8,8 @@
|
|||||||
|
|
||||||
#include "CSW.hpp"
|
#include "CSW.hpp"
|
||||||
|
|
||||||
|
#include "../../FileHolder.hpp"
|
||||||
|
|
||||||
#include <cassert>
|
#include <cassert>
|
||||||
|
|
||||||
using namespace Storage::Tape;
|
using namespace Storage::Tape;
|
||||||
|
@ -10,7 +10,6 @@
|
|||||||
#define CSW_hpp
|
#define CSW_hpp
|
||||||
|
|
||||||
#include "../Tape.hpp"
|
#include "../Tape.hpp"
|
||||||
#include "../../FileHolder.hpp"
|
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
Loading…
Reference in New Issue
Block a user