projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rework the GTK WebKit backend history to remove the need for the map between wxWebHis...
[wxWidgets.git]
/
src
/
gtk1
/
data.cpp
diff --git
a/src/gtk1/data.cpp
b/src/gtk1/data.cpp
index 96193525eb5b3eb70a30b47c214f0515bdcb48d0..f1f49656b80444dfe24b1edf0c559ecbc8be271c 100644
(file)
--- a/
src/gtk1/data.cpp
+++ b/
src/gtk1/data.cpp
@@
-12,12
+12,11
@@
#ifndef WX_PRECOMP
#include "wx/object.h"
#ifndef WX_PRECOMP
#include "wx/object.h"
+ #include "wx/window.h"
+ #include "wx/dc.h"
+ #include "wx/cursor.h"
#endif
#endif
-#include "wx/window.h"
-#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;
/* Current cursor, in order to hang on to
* cursor handle when setting the cursor globally */
wxCursor g_globalCursor;