]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/radiobox.cpp
removed TTN_NEEDTEXT handlers, we don't use tooltips on demand
[wxWidgets.git] / src / gtk1 / radiobox.cpp
index 8b980c12f7bd635373f24ee9f34f95d53c74b5fa..4e355e77a6abaf1f300b656aa609303658024185 100644 (file)
 
 #include "wx/radiobox.h"
 
+#ifndef WX_PRECOMP
+    #include "wx/log.h"
+    #include "wx/frame.h"
+#endif
+
 #include "wx/dialog.h"
-#include "wx/frame.h"
-#include "wx/log.h"
 
 #include "wx/gtk1/private.h"
 #include <gdk/gdkkeysyms.h>