]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/m_image.cpp
correct idle tag type; remove unneeded includes
[wxWidgets.git] / src / html / m_image.cpp
index a81f2c102319928943b2441b926190c7094ed15b..d4a9eaebeea782bc32e80223a6b06288326ef1fe 100644 (file)
     #include "wx/scrolwin.h"
     #include "wx/timer.h"
     #include "wx/dcmemory.h"
+    #include "wx/log.h"
+    #include "wx/math.h"
+    #include "wx/image.h"
 #endif
 
 #include "wx/html/forcelnk.h"
 #include "wx/html/m_templ.h"
 #include "wx/html/htmlwin.h"
 
-#include "wx/image.h"
 #include "wx/gifdecod.h"
-#include "wx/log.h"
 #include "wx/artprov.h"
-#include "wx/math.h"
 
 #include <float.h>