X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d752a3c394b830405753476e508898988d502bfd..24f4ad95920746ebc6cfc6f2ab86f65fb53345ca:/include/wx/gtk/checklst.h 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__