X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bb4624242bad7157658b964c065303989373d3d3..2b510feb170bff39420e43e1da502b0bfe794b04:/src/gtk/joystick.cpp?ds=sidebyside diff --git a/src/gtk/joystick.cpp b/src/gtk/joystick.cpp index 810ebb4a59..9994f9a667 100644 --- a/src/gtk/joystick.cpp +++ b/src/gtk/joystick.cpp @@ -12,6 +12,9 @@ #ifdef __GNUG__ #pragma implementation "joystick.h" #endif + +#include + #if wxUSE_JOYSTICK #include @@ -21,9 +24,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 +358,5 @@ bool wxJoystick::ReleaseCapture(void) m_polling = 0; return TRUE; } -#endif +#endif // wxUSE_JOYSTICK