]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/artprov.cpp
Warning fixes for VC5.
[wxWidgets.git] / src / common / artprov.cpp
index 5d3ab8655e922548c1e64adcb0f83720e17879fd..04873a0698cc262f0575e7c55adff64e88a81ce2 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/list.h"
     #include "wx/log.h"
+    #include "wx/hashmap.h"
+    #include "wx/image.h"
 #endif
 
 #include "wx/artprov.h"
-#include "wx/hashmap.h"
 #include "wx/module.h"
 
-#if wxUSE_IMAGE
-    #include "wx/image.h"
-#endif
-
 // ===========================================================================
 // implementation
 // ===========================================================================