Remove instances where wxGenericImageList is included directly.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier 2006-09-20 23:33:47 +00:00
parent fc875d57b7
commit 1c36c09cd5
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
#include "wx/settings.h"
#endif
#include "wx/generic/imaglist.h"
#include "wx/imaglist.h"
#include "wx/generic/tabg.h"
// ----------------------------------------------------------------------------

View 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)