X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93763ad5ba900aecb9220a36ebe7447313ea3e31..b2458f311b426717c4d36b51aed2595a59f373d9:/src/html/htmlcell.cpp diff --git a/src/html/htmlcell.cpp b/src/html/htmlcell.cpp index 8f4f0f50c0..10154cb387 100644 --- a/src/html/htmlcell.cpp +++ b/src/html/htmlcell.cpp @@ -16,16 +16,16 @@ #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