// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
#ifndef __GTKSLIDERH__
#define __GTKSLIDERH__
#endif
#include "wx/defs.h"
+
+#if wxUSE_SLIDER
+
#include "wx/object.h"
#include "wx/list.h"
#include "wx/control.h"
};
+#endif
+
#endif // __GTKSLIDERH__