]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/progdlg.cpp
fixing compilo for 10.5
[wxWidgets.git] / src / palmos / progdlg.cpp
index 0b4c467a4d27b32555d3c402e76b92636c9aaec5..f2432a5450eebc8333806381082da75089f98397 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
-#ifndef WX_PRECOMP
-    #include  "wx/string.h"
-#endif //WX_PRECOMP
-
 #if wxUSE_PROGRESSDLG
 
 #include "wx/progdlg.h"
-#include "wx/msgdlg.h"
+
+#ifndef WX_PRECOMP
+    #include  "wx/string.h"
+    #include "wx/msgdlg.h"
+#endif //WX_PRECOMP
 
 #include <Progress.h>
 #include <SysEvtMgr.h>