]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlcell.cpp
wxStringTokenizer::GetLastDelimiter is new since 2.7.0
[wxWidgets.git] / src / html / htmlcell.cpp
index 8f4f0f50c076c164044f375928e13382da1d276f..10154cb387c546a455810935c1af2c0e3cd9c9ea 100644 (file)
 #if wxUSE_HTML && wxUSE_STREAMS
 
 #ifndef WXPRECOMP
+    #include "wx/dynarray.h"
     #include "wx/brush.h"
     #include "wx/colour.h"
     #include "wx/dc.h"
+    #include "wx/settings.h"
 #endif
 
 #include "wx/html/htmlcell.h"
 #include "wx/html/htmlwin.h"
-#include "wx/settings.h"
 #include "wx/module.h"
-#include "wx/dynarray.h"
 
 #include <stdlib.h>