fix(file): change include location for System_File objects

This commit is contained in:
phaneron 2023-08-14 17:07:24 -04:00
parent 4f8d6e2016
commit 6bc45c9d02
12 changed files with 17 additions and 17 deletions

View file

@ -1,8 +1,8 @@
#include "bc/file/Defines.hpp"
#include "bc/file/File.hpp"
#include "bc/file/Path.hpp"
#include "bc/file/system/Stacked.hpp"
#include "bc/file/system/win/WinFile.hpp"
#include "bc/system/file/Stacked.hpp"
#include "bc/system/file/win/WinFile.hpp"
#include "bc/Debug.hpp"
#include "bc/Memory.hpp"
#include "bc/String.hpp"

View file

@ -1,5 +1,5 @@
#include "bc/file/system/System_File.hpp"
#include "bc/file/system/Stacked.hpp"
#include "bc/system/file/System_File.hpp"
#include "bc/system/file/Stacked.hpp"
#include "bc/file/File.hpp"
#include "bc/file/Defines.hpp"
#include "bc/Debug.hpp"

View file

@ -1,5 +1,5 @@
#include "bc/file/Defines.hpp"
#include "bc/file/system/win/Utils.hpp"
#include "bc/system/file/win/Utils.hpp"
#include <windows.h>