X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..18b32eb5b56cde55d91a4796ac167d9c61180770:/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