]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/main.cpp
Include wx/stream.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / palmos / main.cpp
index aaf6f0ab519c097482c540ad4c8f0ef360495544..d1ca47947240c9b49402907dd552950bcdd9996c 100644 (file)
     #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