projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Forgot to remove wxBackingFile from the changes.txt. It was kept internal
[wxWidgets.git]
/
src
/
palmos
/
frame.cpp
diff --git
a/src/palmos/frame.cpp
b/src/palmos/frame.cpp
index c660adb68e2d1b815d8988ccf624fd668b93bf95..92e7cea81dda6a5dc6b0e499587fb007c34194ef 100644
(file)
--- a/
src/palmos/frame.cpp
+++ b/
src/palmos/frame.cpp
@@
-24,8
+24,9
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
+#include "wx/frame.h"
+
#ifndef WX_PRECOMP
#ifndef WX_PRECOMP
- #include "wx/frame.h"
#include "wx/app.h"
#include "wx/menu.h"
#include "wx/utils.h"
#include "wx/app.h"
#include "wx/menu.h"
#include "wx/utils.h"
@@
-34,19
+35,11
@@
#include "wx/dcclient.h"
#include "wx/mdi.h"
#include "wx/panel.h"
#include "wx/dcclient.h"
#include "wx/mdi.h"
#include "wx/panel.h"
-#endif // WX_PRECOMP
-
-#if wxUSE_STATUSBAR
- #include "wx/statusbr.h"
- #include "wx/generic/statusbr.h"
-#endif // wxUSE_STATUSBAR
-
-#if wxUSE_TOOLBAR
+ #include "wx/log.h"
#include "wx/toolbar.h"
#include "wx/toolbar.h"
-#endif // wxUSE_TOOLBAR
-
-#include "wx/menuitem.h"
-#include "wx/log.h"
+ #include "wx/statusbr.h"
+ #include "wx/menuitem.h"
+#endif // WX_PRECOMP
#ifdef __WXUNIVERSAL__
#include "wx/univ/theme.h"
#ifdef __WXUNIVERSAL__
#include "wx/univ/theme.h"