]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/listctrl.h
Font fixes for the font dialog
[wxWidgets.git] / include / wx / generic / listctrl.h
index 0576e00126458a157cd61ed5b30fdc906d5cd551..5c745a1c819d895d8e05c3417629d6a26d07537d 100644 (file)
 
 #include "wx/defs.h"
 #include "wx/object.h"
-#include "wx/imaglist.h"
+#include "wx/generic/imaglist.h"
+
 #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;