]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xml/xml.cpp
allow to specify the value for unknown ids in GetXRCID() (patch 1448981)
[wxWidgets.git] / src / xml / xml.cpp
index b9421f5ca74960da4324d170be45f31073761231..4c6dcdd7711fbcfe8d04e0db5a3311b8e9c521b7 100644 (file)
 
 #include "wx/xml/xml.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/intl.h"
+    #include "wx/log.h"
+    #include "wx/app.h"
+#endif
+
 #include "wx/wfstream.h"
 #include "wx/datstrm.h"
 #include "wx/zstream.h"
-#include "wx/log.h"
-#include "wx/intl.h"
 #include "wx/strconv.h"
 
 #include "expat.h" // from Expat
 
 // DLL options compatibility check:
-#include "wx/app.h"
 WX_CHECK_BUILD_OPTIONS("wxXML")