X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9cb07953237ae1d4ab56e41579ee667550495c38..760a4fb9452efbb9764c0ac78aef3ffbcec35185:/include/wx/generic/listctrl.h diff --git a/include/wx/generic/listctrl.h b/include/wx/generic/listctrl.h index 7469652873..5c745a1c81 100644 --- a/include/wx/generic/listctrl.h +++ b/include/wx/generic/listctrl.h @@ -17,17 +17,14 @@ #include "wx/defs.h" #include "wx/object.h" -#if !defined(__WXMSW__) || defined(__WIN16__) || defined(__WXUNIVERSAL__) #include "wx/generic/imaglist.h" -#else -#include "wx/imaglist.h" -#endif #include "wx/control.h" #include "wx/timer.h" #include "wx/dcclient.h" #include "wx/scrolwin.h" #include "wx/settings.h" +#include "wx/listbase.h" #if wxUSE_DRAG_AND_DROP class WXDLLEXPORT wxDropTarget;