]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove instances where wxGenericImageList is included directly.
authorKevin Ollivier <kevino@theolliviers.com>
Wed, 20 Sep 2006 23:33:47 +0000 (23:33 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Wed, 20 Sep 2006 23:33:47 +0000 (23:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/notebook.cpp
src/os2/tabctrl.cpp

index 255f598ab8edcc15f56703a0bddc944602ca7560..1d62732c1a160649971cf9fbf27b5b33d594fab5 100644 (file)
@@ -35,7 +35,7 @@
     #include  "wx/settings.h"
 #endif
 
-#include  "wx/generic/imaglist.h"
+#include  "wx/imaglist.h"
 #include  "wx/generic/tabg.h"
 
 // ----------------------------------------------------------------------------
index 6371d7a13af1fe83597902f7d101c55f8b734d16..2d4191e90d8518eeb141beee190814fc16aa1e1b 100644 (file)
@@ -27,7 +27,7 @@
 //#include "wx/msw/dib.h"
 #include "wx/os2/tabctrl.h"
 #include "wx/os2/private.h"
-#include "wx/generic/imaglist.h"
+#include "wx/imaglist.h"
 
 IMPLEMENT_DYNAMIC_CLASS(wxTabCtrl, wxControl)