1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-09-27 18:55:48 +00:00

Localises #include.

This commit is contained in:
Thomas Harte 2019-08-25 15:09:04 -04:00
parent c86db12f1c
commit 7d61df238a
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,8 @@
#include "CSW.hpp"
#include "../../FileHolder.hpp"
#include <cassert>
using namespace Storage::Tape;

View File

@ -10,7 +10,6 @@
#define CSW_hpp
#include "../Tape.hpp"
#include "../../FileHolder.hpp"
#include <string>
#include <vector>