projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fail for assert(0,...).
[wxWidgets.git]
/
src
/
motif
/
mdi.cpp
diff --git
a/src/motif/mdi.cpp
b/src/motif/mdi.cpp
index 1ddc29573e7db0a45ac79e3807a22eee02c7e73a..09894eea98dfcd3f726b9d0e898bb98ab22bd1f9 100644
(file)
--- a/
src/motif/mdi.cpp
+++ b/
src/motif/mdi.cpp
@@
-21,11
+21,10
@@
#ifndef WX_PRECOMP
#include "wx/menu.h"
+ #include "wx/icon.h"
+ #include "wx/settings.h"
#endif
-#include "wx/settings.h"
-#include "wx/icon.h"
-
#ifdef __VMS__
#pragma message disable nosimpint
#endif