X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d752a3c394b830405753476e508898988d502bfd..f001799009630c46bc87aff5a84dbd2523005505:/include/wx/gtk/checklst.h?ds=inline diff --git a/include/wx/gtk/checklst.h b/include/wx/gtk/checklst.h index 11f9980a33..804765173c 100644 --- a/include/wx/gtk/checklst.h +++ b/include/wx/gtk/checklst.h @@ -15,15 +15,6 @@ #pragma interface #endif -#include "wx/defs.h" - -#if wxUSE_CHECKLISTBOX - -#include "wx/object.h" -#include "wx/list.h" -#include "wx/control.h" -#include "wx/listbox.h" - // ---------------------------------------------------------------------------- // macros // ---------------------------------------------------------------------------- @@ -37,7 +28,7 @@ #define wxCHECKLBOX_STRING _T("[ ] ") #endif -// ---------------------------------------------------------------------------- +//----------------------------------------------------------------------------- // wxCheckListBox // ---------------------------------------------------------------------------- @@ -63,6 +54,4 @@ private: DECLARE_DYNAMIC_CLASS(wxCheckListBox) }; -#endif - #endif //__GTKCHECKLISTH__