X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f6bcfd974ef26faf6f91a62cac09827e09463fd1..ee3510132b8b4160f848bd4f502a6f5315f90dbc:/src/gtk1/joystick.cpp diff --git a/src/gtk1/joystick.cpp b/src/gtk1/joystick.cpp index 372046b52f..334fefee34 100644 --- a/src/gtk1/joystick.cpp +++ b/src/gtk1/joystick.cpp @@ -12,8 +12,13 @@ #ifdef __GNUG__ #pragma implementation "joystick.h" #endif + +#include "wx/defs.h" + #if wxUSE_JOYSTICK +#include "wx/joystick.h" + #include #include #include @@ -21,9 +26,9 @@ #include #include #include + #include "wx/event.h" #include "wx/window.h" -#include "wx/gtk/joystick.h" #define JOYSTICK_AXE_MAX 32767 #define JOYSTICK_AXE_MIN -32767