X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..655c20fcd5a554a986b93651d8b0bec2afde8573:/src/palmos/main.cpp diff --git a/src/palmos/main.cpp b/src/palmos/main.cpp index aaf6f0ab51..d1ca479472 100644 --- a/src/palmos/main.cpp +++ b/src/palmos/main.cpp @@ -24,8 +24,11 @@ #pragma hdrstop #endif -#include "wx/event.h" -#include "wx/app.h" +#ifndef WX_PRECOMP + #include "wx/event.h" + #include "wx/app.h" +#endif //WX_PRECOMP + #include "wx/cmdline.h" #if wxUSE_GUI