projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PCH-less compilation fix
[wxWidgets.git]
/
src
/
common
/
quantize.cpp
diff --git
a/src/common/quantize.cpp
b/src/common/quantize.cpp
index b5936f21fb74430668eda7f2d254548ee5d34910..cb30f645997a6f3917ddaaa9010c0c6062fd68e5 100644
(file)
--- a/
src/common/quantize.cpp
+++ b/
src/common/quantize.cpp
@@
-43,12
+43,11
@@
#ifndef WX_PRECOMP
#include "wx/palette.h"
+ #include "wx/image.h"
#endif
-#include "wx/image.h"
-
#ifdef __WXMSW__
-#include "wx/msw/private.h"
+
#include "wx/msw/private.h"
#endif
#include <stdlib.h>