summaryrefslogtreecommitdiff
path: root/src/common/file_util.cpp
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2016-09-21 00:13:46 -0700
committerGravatar Yuri Kunde Schlesner2016-09-21 00:16:33 -0700
commitf120e78b5692e1c710f2335d36fd0593c447a613 (patch)
tree7662a45ec3da3e99f3fcd47cd502d0cd5192e49b /src/common/file_util.cpp
parentUse negative priorities to avoid special-casing the self-include (diff)
downloadyuzu-f120e78b5692e1c710f2335d36fd0593c447a613.tar.gz
yuzu-f120e78b5692e1c710f2335d36fd0593c447a613.tar.xz
yuzu-f120e78b5692e1c710f2335d36fd0593c447a613.zip
Remove special rules for Windows.h and library includes
Diffstat (limited to 'src/common/file_util.cpp')
-rw-r--r--src/common/file_util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp
index 7a21962cc..14cbcac6b 100644
--- a/src/common/file_util.cpp
+++ b/src/common/file_util.cpp
@@ -10,6 +10,7 @@
10 10
11#ifdef _WIN32 11#ifdef _WIN32
12#include <windows.h> 12#include <windows.h>
13// windows.h needs to be included before other windows headers
13#include <commdlg.h> // for GetSaveFileName 14#include <commdlg.h> // for GetSaveFileName
14#include <direct.h> // getcwd 15#include <direct.h> // getcwd
15#include <io.h> 16#include <io.h>