X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/db434467a143a2c847c4bcfe987f0202c2d02bf2..07b8d7ecc39cfc6cce17156b91c6de1cfb56ce5b:/include/wx/gtk1/radiobut.h diff --git a/include/wx/gtk1/radiobut.h b/include/wx/gtk1/radiobut.h index 9435869fee..5014526385 100644 --- a/include/wx/gtk1/radiobut.h +++ b/include/wx/gtk1/radiobut.h @@ -15,26 +15,6 @@ #pragma interface #endif -#include "wx/defs.h" - -#if wxUSE_RADIOBOX - -#include "wx/object.h" -#include "wx/list.h" -#include "wx/control.h" - -//----------------------------------------------------------------------------- -// classes -//----------------------------------------------------------------------------- - -class wxRadioButton; - -//----------------------------------------------------------------------------- -// data -//----------------------------------------------------------------------------- - -extern const char* wxRadioButtonNameStr; - //----------------------------------------------------------------------------- // wxRadioButton //----------------------------------------------------------------------------- @@ -77,6 +57,4 @@ private: DECLARE_DYNAMIC_CLASS(wxRadioButton) }; -#endif - #endif // __GTKRADIOBUTTONH__