X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/93763ad5ba900aecb9220a36ebe7447313ea3e31..852b6c3ce7baa055da25f5254f6ee2eee0cd79b7:/src/html/m_image.cpp diff --git a/src/html/m_image.cpp b/src/html/m_image.cpp index 59881ad023..624356dcb3 100644 --- a/src/html/m_image.cpp +++ b/src/html/m_image.cpp @@ -16,10 +16,12 @@ #if wxUSE_HTML && wxUSE_STREAMS #ifndef WXPRECOMP + #include "wx/dynarray.h" #include "wx/dc.h" #include "wx/scrolwin.h" #include "wx/timer.h" #include "wx/dcmemory.h" + #include "wx/log.h" #endif #include "wx/html/forcelnk.h" @@ -28,8 +30,6 @@ #include "wx/image.h" #include "wx/gifdecod.h" -#include "wx/dynarray.h" -#include "wx/log.h" #include "wx/artprov.h" #include "wx/math.h"