]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/msgdlg.cpp
Updating with Vadim's API changes.
[wxWidgets.git] / src / motif / msgdlg.cpp
index f51da838f19b7faf09e604adef42d9edcc939939..fe8e598e308a115f6ed1835b7d9d84105dac1582 100644 (file)
@@ -20,8 +20,6 @@
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
-#include "wx/defs.h"
-
 #ifdef __VMS
 #define XtDisplay XTDISPLAY
 #pragma message disable nosimpint
 #pragma message enable nosimpint
 #endif
 
-#include "wx/app.h"
-#include "wx/intl.h"
 #include "wx/msgdlg.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
+    #include "wx/app.h"
+    #include "wx/settings.h"
+#endif
+
 #include "wx/motif/private.h"
-#include "wx/settings.h"
 
 // ----------------------------------------------------------------------------
 // macros