]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/msgdlg.cpp
fixing compilo for 10.5
[wxWidgets.git] / src / msw / msgdlg.cpp
index edf1c114edc82133486d267b21d7d3dbc5d572ce..41cb6a49a82172d28adff80e58f45281565c8a8f 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
+#include "wx/msgdlg.h"
+
 #ifndef WX_PRECOMP
     #include "wx/app.h"
-    #include "wx/defs.h"
     #include "wx/utils.h"
     #include "wx/dialog.h"
-    #include "wx/msgdlg.h"
 #endif
 
 #include "wx/msw/private.h"
@@ -126,4 +126,3 @@ int wxMessageDialog::ShowModal()
     }
     return ans;
 }
-