projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
replace use of deprecated GtkPixmap, gtk_container_border_width
[wxWidgets.git]
/
src
/
x11
/
dnd.cpp
diff --git
a/src/x11/dnd.cpp
b/src/x11/dnd.cpp
index 7b6cdbbecd79e599cc47191f180318c10cafee40..ce9aa24bbf6c19557639a4a0da16d274ddd4f66e 100644
(file)
--- a/
src/x11/dnd.cpp
+++ b/
src/x11/dnd.cpp
@@
-24,10
+24,9
@@
#include "wx/app.h"
#include "wx/utils.h"
#include "wx/window.h"
+ #include "wx/gdicmn.h"
#endif
-#include "wx/gdicmn.h"
-
#include <X11/Xlib.h>
// ----------------------------------------------------------------------------