]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/joystick.cpp
Added new files gsockpm.c and dircmn.cpp
[wxWidgets.git] / src / gtk1 / joystick.cpp
index 372046b52f2b21e9ed8f8eadbb865b2b792acec1..9994f9a66706398e713a9a0a383ace1ee992b46f 100644 (file)
@@ -12,6 +12,9 @@
 #ifdef __GNUG__
 #pragma implementation "joystick.h"
 #endif
+
+#include <wx/joystick.h>
+
 #if wxUSE_JOYSTICK
 
 #include <linux/joystick.h>
@@ -21,9 +24,9 @@
 #include <sys/ioctl.h>
 #include <fcntl.h>
 #include <unistd.h>
+
 #include "wx/event.h"
 #include "wx/window.h"
-#include "wx/gtk/joystick.h"
 
 #define JOYSTICK_AXE_MAX 32767
 #define JOYSTICK_AXE_MIN -32767