]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/evtloop.cpp
correct idle tag type; remove unneeded includes
[wxWidgets.git] / src / motif / evtloop.cpp
index d11b4d777f1a8f4f951653fd6007e988d9fa9f3b..03049f43dac67e42757928a60e278aa81a3d23ac 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/event.h"
+    #include "wx/app.h"
+    #include "wx/window.h"
 #endif //WX_PRECOMP
 
 #include "wx/evtloop.h"
-#include "wx/app.h"
-#include "wx/window.h"
 
 #ifdef __VMS__
 #pragma message disable nosimpint
 #include "wx/unix/private.h"
 #include "wx/motif/private.h"
 
+#ifdef HAVE_SYS_SELECT_H
+#   include <sys/select.h>
+#endif
+
 static bool CheckForKeyUp(XEvent* event);
 static bool CheckForKeyDown(XEvent* event);
 static bool CheckForAccelerator(XEvent* event);