diff options
Diffstat (limited to '')
| -rw-r--r-- | src/common/emu_window.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/common/emu_window.cpp b/src/common/emu_window.cpp index c86f663a8..6fd6f1987 100644 --- a/src/common/emu_window.cpp +++ b/src/common/emu_window.cpp | |||
| @@ -2,13 +2,11 @@ | |||
| 2 | // Licensed under GPLv2 or any later version | 2 | // Licensed under GPLv2 or any later version |
| 3 | // Refer to the license.txt file included. | 3 | // Refer to the license.txt file included. |
| 4 | 4 | ||
| 5 | #include "emu_window.h" | ||
| 5 | #include <algorithm> | 6 | #include <algorithm> |
| 6 | #include <cmath> | 7 | #include <cmath> |
| 7 | |||
| 8 | #include "common/assert.h" | 8 | #include "common/assert.h" |
| 9 | #include "common/key_map.h" | 9 | #include "common/key_map.h" |
| 10 | |||
| 11 | #include "emu_window.h" | ||
| 12 | #include "video_core/video_core.h" | 10 | #include "video_core/video_core.h" |
| 13 | 11 | ||
| 14 | void EmuWindow::ButtonPressed(Service::HID::PadState pad) { | 12 | void EmuWindow::ButtonPressed(Service::HID::PadState pad) { |