]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/data.cpp
Fixed [ 1556843 ] wxGTK FindFocus returns NULL when a wxListBox is focused
[wxWidgets.git] / src / gtk / data.cpp
index a160e3ff37beecac269972ed8d1b42176e47bcc1..2918e4747e6a06914291da89fbbde32b16cb0fef 100644 (file)
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#include "wx/object.h"
-#include "wx/window.h"
-#include "wx/dc.h"
-#include "wx/cursor.h"
+#ifndef WX_PRECOMP
+    #include "wx/cursor.h"
+#endif
 
 /* Current cursor, in order to hang on to
  * cursor handle when setting the cursor globally */
 
 /* Current cursor, in order to hang on to
  * cursor handle when setting the cursor globally */
@@ -31,4 +30,3 @@ int g_openDialogs = 0;
 /* true when the message queue is empty. this gets set to
    false by all event callbacks before anything else is done */
 bool g_isIdle = false;
 /* true when the message queue is empty. this gets set to
    false by all event callbacks before anything else is done */
 bool g_isIdle = false;
-