summaryrefslogtreecommitdiff
path: root/gtk/gtkradiobutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-10-19 22:42:49 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-10-19 22:42:49 -0400
commit3f5d4623051e8c499730880ab6c80d120aec9f44 (patch)
tree0fc0d6873bd720fe92e4f0ce3f95a48cb0d873c4 /gtk/gtkradiobutton.c
parentce915dc6f0bed10035c6537c1fe2f61519af028c (diff)
downloadgtk+-3f5d4623051e8c499730880ab6c80d120aec9f44.tar.gz
GtkToggleButton: Move nonexported API to a private header
This is our standard practice nowadays.
Diffstat (limited to 'gtk/gtkradiobutton.c')
-rw-r--r--gtk/gtkradiobutton.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkradiobutton.c b/gtk/gtkradiobutton.c
index 9bfc83c162..4e98dd90a2 100644
--- a/gtk/gtkradiobutton.c
+++ b/gtk/gtkradiobutton.c
@@ -27,6 +27,7 @@
#include "gtkradiobutton.h"
#include "gtkbuttonprivate.h"
+#include "gtktogglebuttonprivate.h"
#include "gtklabel.h"
#include "gtkmarshalers.h"
#include "gtkprivate.h"