]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/data.cpp
capture mouse to be notified when it exists the popup rect (bug 1372228)
[wxWidgets.git] / src / gtk / data.cpp
index 714d5169c51ebfd91fcee5cd953e0f5d3b1396e1..2918e4747e6a06914291da89fbbde32b16cb0fef 100644 (file)
 #include "wx/wxprec.h"
 
 #ifndef WX_PRECOMP
-    #include "wx/object.h"
-    #include "wx/window.h"
+    #include "wx/cursor.h"
 #endif
 
-#include "wx/dc.h"
-#include "wx/cursor.h"
-
 /* Current cursor, in order to hang on to
  * cursor handle when setting the cursor globally */
 wxCursor g_globalCursor;