]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/bmpbase.cpp
reverted the change to not use wxList until dynarray.h is fixed to provide operator...
[wxWidgets.git] / src / common / bmpbase.cpp
index 065d1851ad0b70318d0d4406bdef420fcd008a97..c0a5d145514c80a3b5a1eefb64985ebb8ce5bb72 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/log.h"
     #include "wx/utils.h"
+    #include "wx/palette.h"
+    #include "wx/icon.h"
+    #include "wx/image.h"
 #endif // WX_PRECOMP
 
-#include "wx/palette.h"
-#include "wx/icon.h"
-#include "wx/image.h"
 #include "wx/module.h"
 
 IMPLEMENT_ABSTRACT_CLASS(wxBitmapBase, wxGDIObject)