projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Final fix for Bug #1472688 'wxString::Trim() is broken'
[wxWidgets.git]
/
src
/
common
/
bmpbase.cpp
diff --git
a/src/common/bmpbase.cpp
b/src/common/bmpbase.cpp
index af1e4c34501ae704145520b49d2beb54930f387b..e36107a2ac4b42cd3f489545b58f7a16727dc0b0 100644
(file)
--- a/
src/common/bmpbase.cpp
+++ b/
src/common/bmpbase.cpp
@@
-25,11
+25,11
@@
#ifndef WX_PRECOMP
#include "wx/log.h"
+ #include "wx/utils.h"
+ #include "wx/palette.h"
+ #include "wx/icon.h"
#endif // WX_PRECOMP
-#include "wx/utils.h"
-#include "wx/palette.h"
-#include "wx/icon.h"
#include "wx/image.h"
#include "wx/module.h"