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,6 +1,6 @@
#include "bc/file/File.hpp"
#include "bc/file/Filesystem.hpp"
#include "bc/file/system/Stacked.hpp"
#include "bc/system/file/Stacked.hpp"
#include <cstdio>
#include <cinttypes>

View file

@ -4,7 +4,7 @@
#include "bc/Time.hpp"
#include "bc/file/Defines.hpp"
#include "bc/file/Types.hpp"
#include "bc/file/system/System_File.hpp"
#include "bc/system/file/System_File.hpp"
namespace Blizzard {
namespace File {

View file

@ -1,7 +1,7 @@
#ifndef BC_FILE_FILESYSTEM_HPP
#define BC_FILE_FILESYSTEM_HPP
#include "bc/file/system/Types.hpp"
#include "bc/system/file/Types.hpp"
#include <cstdint>
namespace Blizzard {

View file

@ -1,7 +1,7 @@
#ifndef BC_FILE_TYPES_HPP
#define BC_FILE_TYPES_HPP
#include "bc/file/system/Defines.hpp"
#include "bc/system/file/Defines.hpp"
#include "bc/time/Time.hpp"
#if defined(WHOA_SYSTEM_WIN)

View file

@ -1,7 +1,7 @@
#include "bc/file/Filesystem.hpp"
#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/String.hpp"
#include "bc/Memory.hpp"

View file

@ -4,7 +4,7 @@
#include "bc/file/Types.hpp"
#include "bc/file/Filesystem.hpp"
#include "bc/file/File.hpp"
#include "bc/file/system/System_File.hpp"
#include "bc/system/file/System_File.hpp"
#include <cstdint>

View file

@ -2,11 +2,11 @@
#define BC_FILE_SYSTEM_SYSTEM_FILE_HPP
#include "bc/Debug.hpp"
#include "bc/file/system/Types.hpp"
#include "bc/system/file/Types.hpp"
#include "bc/file/Filesystem.hpp"
#if defined(WHOA_SYSTEM_WIN)
#include "bc/file/system/win/Support.hpp"
#include "bc/system/file/win/Support.hpp"
#endif
#include <cstdint>

View file

@ -1,4 +1,4 @@
#include "bc/file/system/Stacked.hpp"
#include "bc/system/file/Stacked.hpp"
#include "bc/file/Path.hpp"
#include "bc/Debug.hpp"
#include "bc/Memory.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/Path.hpp"
#include "bc/String.hpp"
#include "bc/Debug.hpp"

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>