fix(system/file): fix includes

This commit is contained in:
phaneron 2023-08-14 21:10:51 -04:00
parent acbdbfd2ef
commit 5289a0369e
2 changed files with 1 additions and 3 deletions

View file

@ -5,8 +5,6 @@
#include "bc/Debug.hpp"
#include "bc/String.hpp"
#include <storm/String.hpp>
namespace Blizzard {
namespace System_File {

View file

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