mirror of
https://github.com/thunderbrewhq/bc.git
synced 2025-12-12 01:52:30 +00:00
fix(system/file): fix includes
This commit is contained in:
parent
acbdbfd2ef
commit
5289a0369e
2 changed files with 1 additions and 3 deletions
|
|
@ -5,8 +5,6 @@
|
|||
#include "bc/Debug.hpp"
|
||||
#include "bc/String.hpp"
|
||||
|
||||
#include <storm/String.hpp>
|
||||
|
||||
namespace Blizzard {
|
||||
namespace System_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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue