]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xml/xml.cpp
don't crash when destroying a not initialized socket (patch 1489095)
[wxWidgets.git] / src / xml / xml.cpp
index cd33a3a68eba206fb1f957b256c0b53442dc099c..4c6dcdd7711fbcfe8d04e0db5a3311b8e9c521b7 100644 (file)
 
 #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/strconv.h"
 
 #include "expat.h" // from Expat
 
 // DLL options compatibility check:
-#include "wx/app.h"
 WX_CHECK_BUILD_OPTIONS("wxXML")