X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4db172a3b318df9aff178eb6c5da149d56e0859..b5b0a35d6b648aead1aa353dfe9c03775496981f:/src/xml/xml.cpp diff --git a/src/xml/xml.cpp b/src/xml/xml.cpp index 28b83e829b..4c6dcdd771 100644 --- a/src/xml/xml.cpp +++ b/src/xml/xml.cpp @@ -22,6 +22,7 @@ #ifndef WX_PRECOMP #include "wx/intl.h" #include "wx/log.h" + #include "wx/app.h" #endif #include "wx/wfstream.h" @@ -32,7 +33,6 @@ #include "expat.h" // from Expat // DLL options compatibility check: -#include "wx/app.h" WX_CHECK_BUILD_OPTIONS("wxXML")