From 4f7202dd939538bc4bb0655ad6f746848fd2aabf Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Thu, 1 Aug 2002 19:51:07 +0000 Subject: [PATCH] Applied patch [ 589484 ] wxGenericListCtrl, fix for direct use. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/listctrl.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/wx/generic/listctrl.h b/include/wx/generic/listctrl.h index c09058fe4a..5c745a1c81 100644 --- a/include/wx/generic/listctrl.h +++ b/include/wx/generic/listctrl.h @@ -17,11 +17,7 @@ #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" -- 2.50.0