Move sectorinterface into vfs.

This commit is contained in:
David Given
2022-08-26 00:05:58 +02:00
parent 8b9e153ac4
commit 20b7008994
4 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
#include "lib/imginputoutpututils.h" #include "lib/imginputoutpututils.h"
#include "lib/image.h" #include "lib/image.h"
#include "lib/sector.h" #include "lib/sector.h"
#include "lib/sectorinterface.h" #include "lib/vfs/sectorinterface.h"
#include "lib/config.pb.h" #include "lib/config.pb.h"
Path::Path(const std::string& path) Path::Path(const std::string& path)

View File

@@ -8,7 +8,7 @@
#include "imagewriter/imagewriter.h" #include "imagewriter/imagewriter.h"
#include "fmt/format.h" #include "fmt/format.h"
#include "fluxengine.h" #include "fluxengine.h"
#include "lib/sectorinterface.h" #include "lib/vfs/sectorinterface.h"
#include "lib/vfs/vfs.h" #include "lib/vfs/vfs.h"
#include <google/protobuf/text_format.h> #include <google/protobuf/text_format.h>
#include <fstream> #include <fstream>

View File

@@ -8,7 +8,7 @@
#include "imagereader/imagereader.h" #include "imagereader/imagereader.h"
#include "fmt/format.h" #include "fmt/format.h"
#include "fluxengine.h" #include "fluxengine.h"
#include "lib/sectorinterface.h" #include "lib/vfs/sectorinterface.h"
#include "lib/vfs/vfs.h" #include "lib/vfs/vfs.h"
#include <google/protobuf/text_format.h> #include <google/protobuf/text_format.h>
#include <fstream> #include <fstream>