]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlpars.cpp
fixed typo: SelectItem doesn't have return value
[wxWidgets.git] / src / html / htmlpars.cpp
index b5feaccbf19a354dfe51466f807a17566399153f..0abe5400ddc3ae4a86e76bcaa93a1f6a11da6961 100644 (file)
@@ -16,6 +16,7 @@
 #if wxUSE_HTML && wxUSE_STREAMS
 
 #ifndef WXPRECOMP
+    #include "wx/dynarray.h"
     #include "wx/log.h"
     #include "wx/intl.h"
 #endif
@@ -26,7 +27,6 @@
 #include "wx/fontmap.h"
 #include "wx/html/htmldefs.h"
 #include "wx/html/htmlpars.h"
-#include "wx/dynarray.h"
 #include "wx/arrimpl.cpp"
 
 #ifdef __WXWINCE__