]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_image.cpp
silence gcc warnings about values not handled in switch
[wxWidgets.git] / src / html / m_image.cpp
index 59881ad023c4c55b75c7343be025faf69c724fc6..624356dcb3c9d591d65bf4fa1ed14e7025f99045 100644 (file)
 #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"