]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/radiobox.cpp
Add another missing #if wxUSE_MARKUP check.
[wxWidgets.git] / src / gtk / radiobox.cpp
index 08368f2459367ed419a7a2e6d40b1fd9243c4444..0f0c5350c78568d2cac046e30b1bac1411610533 100644 (file)
 
 #include "wx/radiobox.h"
 
-#ifndef WX_PRECOMP
-    #include "wx/log.h"
-    #include "wx/frame.h"
-    #include "wx/dialog.h"
-#endif
-
 #if wxUSE_TOOLTIPS
     #include "wx/tooltip.h"
 #endif
 
 #include "wx/gtk/private.h"
+
 #include <gdk/gdkkeysyms.h>
+#if GTK_CHECK_VERSION(3,0,0)
+#include <gdk/gdkkeysyms-compat.h>
+#endif
 
 //-----------------------------------------------------------------------------
 // wxGTKRadioButtonInfo