X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40989e46b86777dd211faeb3e5d2366cdcc6d8cd..9b2a74693ea0ac096f5099caac4a5ead3268e07f:/src/xml/xml.cpp diff --git a/src/xml/xml.cpp b/src/xml/xml.cpp index b9421f5ca7..4c6dcdd771 100644 --- a/src/xml/xml.cpp +++ b/src/xml/xml.cpp @@ -19,17 +19,20 @@ #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")