diff options
Diffstat (limited to '')
| -rw-r--r-- | src/citra_qt/main.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/citra_qt/main.cpp b/src/citra_qt/main.cpp index 8041816a0..43b80a34a 100644 --- a/src/citra_qt/main.cpp +++ b/src/citra_qt/main.cpp | |||
| @@ -18,10 +18,6 @@ | |||
| 18 | #include "common/platform.h" | 18 | #include "common/platform.h" |
| 19 | #include "common/scope_exit.h" | 19 | #include "common/scope_exit.h" |
| 20 | 20 | ||
| 21 | #if EMU_PLATFORM == PLATFORM_LINUX | ||
| 22 | #include <unistd.h> | ||
| 23 | #endif | ||
| 24 | |||
| 25 | #include "bootmanager.h" | 21 | #include "bootmanager.h" |
| 26 | #include "hotkeys.h" | 22 | #include "hotkeys.h" |
| 27 | 23 | ||