diff options
Diffstat (limited to 'backends/platform/gp32/gp32std_input.cpp')
-rw-r--r-- | backends/platform/gp32/gp32std_input.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/platform/gp32/gp32std_input.cpp b/backends/platform/gp32/gp32std_input.cpp index 99c1329eae..3d808e987e 100644 --- a/backends/platform/gp32/gp32std_input.cpp +++ b/backends/platform/gp32/gp32std_input.cpp @@ -26,8 +26,8 @@ #include "stdafx.h" #include "common/scummsys.h" -#include "backends/gp32/gp32std.h" -#include "backends/gp32/gp32std_input.h" +#include "gp32std.h" +#include "gp32std_input.h" static uint32 buttonState = 0; static uint16 buttonPressState = 0; |