]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/msgdlg.cpp
wx/wxprec.h already includes wx/defs.h (with other minor cleaning).
[wxWidgets.git] / src / msw / msgdlg.cpp
index edf1c114edc82133486d267b21d7d3dbc5d572ce..d641c6a3d5a832b6fff150a1717b2c6cc751741d 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"
@@ -126,4 +125,3 @@ int wxMessageDialog::ShowModal()
     }
     return ans;
 }
-