]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlcell.cpp
fixing translation
[wxWidgets.git] / src / html / htmlcell.cpp
index 8f4f0f50c076c164044f375928e13382da1d276f..ace347c57a0e7e0fb619503a150fedd91efe4b36 100644 (file)
@@ -16,6 +16,7 @@
 #if wxUSE_HTML && wxUSE_STREAMS
 
 #ifndef WXPRECOMP
+    #include "wx/dynarray.h"
     #include "wx/brush.h"
     #include "wx/colour.h"
     #include "wx/dc.h"
@@ -25,7 +26,6 @@
 #include "wx/html/htmlwin.h"
 #include "wx/settings.h"
 #include "wx/module.h"
-#include "wx/dynarray.h"
 
 #include <stdlib.h>