mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-13 10:22:30 +00:00
fix(file): change include location for System_File objects
This commit is contained in:
parent
4f8d6e2016
commit
6bc45c9d02
12 changed files with 17 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue