]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/msgdlg.cpp
renamed ss_tooltips to gs_tooltips to follow the standard naming convention (and...
[wxWidgets.git] / src / motif / msgdlg.cpp
index 95105ec2a8ebeb729ff1366fc64821a50f59739d..aa820bafc490fa1107ff3b473d4e3799130d3330 100644 (file)
 #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"
+#endif
+
 #include "wx/motif/private.h"
 #include "wx/settings.h"