projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
yet another compilation fix for ItemDeleted
[wxWidgets.git]
/
src
/
x11
/
palette.cpp
diff --git
a/src/x11/palette.cpp
b/src/x11/palette.cpp
index aa81fd4ae08d4440f66156fb252e94ea7be05c8f..61a885cbddc7dff21901198fdda7ad54fd104ea8 100644
(file)
--- a/
src/x11/palette.cpp
+++ b/
src/x11/palette.cpp
@@
-41,11
+41,10
@@
not the functionality that wxPalette::Create() aims to provide.
#ifndef WX_PRECOMP
#include "wx/app.h"
+ #include "wx/utils.h"
+ #include "wx/window.h"
#endif
-#include "wx/window.h"
-#include "wx/utils.h"
-
#ifdef __VMS__
#pragma message disable nosimpint
#endif