projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Include defs.h before including wxchar.h to make init.h self-contained (able to inclu...
[wxWidgets.git]
/
src
/
palmos
/
datectrl.cpp
diff --git
a/src/palmos/datectrl.cpp
b/src/palmos/datectrl.cpp
index 29bc8cbb5ea377b1477776d52b86397fa2ba8e57..c030a4c142b77427fac8b5996be5eb62b7c6bf45 100644
(file)
--- a/
src/palmos/datectrl.cpp
+++ b/
src/palmos/datectrl.cpp
@@
-29,9
+29,9
@@
#ifndef WX_PRECOMP
#include "wx/intl.h"
+ #include "wx/app.h"
#endif
-#include "wx/app.h"
#include "wx/dynlib.h"
#define _WX_DEFINE_DATE_EVENTS_