]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/xtixml.cpp
Use same type in both results of A?B:C operator (Tinderbox build fix).
[wxWidgets.git] / src / common / xtixml.cpp
index 7531d3df03c8301af31e21ca63ce06d5796d7eac..91b094d6ebb9657cd68b142564c7df13c727b7f2 100644 (file)
 
 #if wxUSE_EXTENDED_RTTI
 
+#include "wx/xtixml.h"
+
 #ifndef WX_PRECOMP
     #include "wx/object.h"
     #include "wx/hash.h"
+    #include "wx/event.h"
 #endif
 
 #include "wx/xml/xml.h"
 #include "wx/tokenzr.h"
 #include "wx/txtstrm.h"
-#include "wx/event.h"
 
 #include "wx/xtistrm.h"
-#include "wx/xtixml.h"
 
 #include "wx/beforestd.h"
 #include <map>