From: Kevin Ollivier <kevino@theolliviers.com>
Date: Wed, 20 Sep 2006 23:33:47 +0000 (+0000)
Subject: Remove instances where wxGenericImageList is included directly.
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1c36c09cd5f591c3b047a7c7367e7ce91d069cdd

Remove instances where wxGenericImageList is included directly.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

diff --git a/src/generic/notebook.cpp b/src/generic/notebook.cpp
index 255f598ab8..1d62732c1a 100644
--- a/src/generic/notebook.cpp
+++ b/src/generic/notebook.cpp
@@ -35,7 +35,7 @@
     #include  "wx/settings.h"
 #endif
 
-#include  "wx/generic/imaglist.h"
+#include  "wx/imaglist.h"
 #include  "wx/generic/tabg.h"
 
 // ----------------------------------------------------------------------------
diff --git a/src/os2/tabctrl.cpp b/src/os2/tabctrl.cpp
index 6371d7a13a..2d4191e90d 100644
--- a/src/os2/tabctrl.cpp
+++ b/src/os2/tabctrl.cpp
@@ -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)