]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/msgdlg.cpp
Commited Bryan Petty's blind fix patch.
[wxWidgets.git] / src / palmos / msgdlg.cpp
index 12c15eb45f5ac22276dc73e379fac3275f2b9916..4c1f7732b5043df2e1b52ed089f63613824ffd40 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
-    #include "wx/defs.h"
     #include "wx/utils.h"
     #include "wx/dialog.h"
     #include "wx/msgdlg.h"
@@ -149,4 +148,3 @@ int wxMessageDialog::ShowModal()
 
     return wxResult;
 }
-