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)