#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
//-----------------------------------------------------------------------------
DECLARE_DYNAMIC_CLASS(wxRadioButton)
};
-#endif
-
#endif // __GTKRADIOBUTTONH__