#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;