X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb4624242bad7157658b964c065303989373d3d3..622be94c78deeae8490d9783c11a24c599ae1464:/src/gtk1/joystick.cpp diff --git a/src/gtk1/joystick.cpp b/src/gtk1/joystick.cpp index 810ebb4a59..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 @@ -355,5 +360,5 @@ bool wxJoystick::ReleaseCapture(void) m_polling = 0; return TRUE; } -#endif +#endif // wxUSE_JOYSTICK