diff options
| author | 2016-09-21 00:13:46 -0700 | |
|---|---|---|
| committer | 2016-09-21 00:16:33 -0700 | |
| commit | f120e78b5692e1c710f2335d36fd0593c447a613 (patch) | |
| tree | 7662a45ec3da3e99f3fcd47cd502d0cd5192e49b /src/core/gdbstub/gdbstub.cpp | |
| parent | Use negative priorities to avoid special-casing the self-include (diff) | |
| download | yuzu-f120e78b5692e1c710f2335d36fd0593c447a613.tar.gz yuzu-f120e78b5692e1c710f2335d36fd0593c447a613.tar.xz yuzu-f120e78b5692e1c710f2335d36fd0593c447a613.zip | |
Remove special rules for Windows.h and library includes
Diffstat (limited to 'src/core/gdbstub/gdbstub.cpp')
| -rw-r--r-- | src/core/gdbstub/gdbstub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gdbstub/gdbstub.cpp b/src/core/gdbstub/gdbstub.cpp index 6d709bd15..7fc72d801 100644 --- a/src/core/gdbstub/gdbstub.cpp +++ b/src/core/gdbstub/gdbstub.cpp | |||
| @@ -10,9 +10,9 @@ | |||
| 10 | #include <cstdarg> | 10 | #include <cstdarg> |
| 11 | #include <cstdio> | 11 | #include <cstdio> |
| 12 | #include <cstring> | 12 | #include <cstring> |
| 13 | #include <fcntl.h> | ||
| 14 | #include <map> | 13 | #include <map> |
| 15 | #include <numeric> | 14 | #include <numeric> |
| 15 | #include <fcntl.h> | ||
| 16 | 16 | ||
| 17 | #ifdef _MSC_VER | 17 | #ifdef _MSC_VER |
| 18 | #include <WinSock2.h> | 18 | #include <WinSock2.h> |