]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/radiobut.h
1. fixed wxGTK notebook which was completely broken by the merge
[wxWidgets.git] / include / wx / gtk1 / radiobut.h
index 9435869fee652cc031f6e847aad09bb0f43a608d..5014526385d402d6053a979cf5de12e6e3d4028a 100644 (file)
 #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__