projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Warning fix.
[wxWidgets.git]
/
src
/
os2
/
notebook.cpp
diff --git
a/src/os2/notebook.cpp
b/src/os2/notebook.cpp
index f518b1d11cf7161aad82c588639de6d85b116f41..7605b4d78faac87670358715fdf568273df7c71a 100644
(file)
--- a/
src/os2/notebook.cpp
+++ b/
src/os2/notebook.cpp
@@
-24,10
+24,10
@@
#include "wx/settings.h"
#include "wx/log.h"
#include "wx/event.h"
+ #include "wx/control.h"
#endif // WX_PRECOMP
#include "wx/imaglist.h"
-#include "wx/control.h"
#include "wx/os2/private.h"