summaryrefslogtreecommitdiff
path: root/gtk/gtkmodelbutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-10-25 21:46:46 -0400
committerMatthias Clasen <mclasen@redhat.com>2017-10-25 21:46:46 -0400
commitfb8589671d0a70407c10d7551c1813896baea5e2 (patch)
tree5d441951d8794aeb406335f302e01fefdfa65142 /gtk/gtkmodelbutton.c
parentf8e74e8f0463e5e7534c119d47e5a9613b833eb8 (diff)
downloadgtk+-fb8589671d0a70407c10d7551c1813896baea5e2.tar.gz
Drop unused includes of gtkrender.h
We don't use the gtk_render apis internally anymore. Drop these includes so it is clear where the remaining uses are.
Diffstat (limited to 'gtk/gtkmodelbutton.c')
-rw-r--r--gtk/gtkmodelbutton.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkmodelbutton.c b/gtk/gtkmodelbutton.c
index 9a346a80df..63a4fd1834 100644
--- a/gtk/gtkmodelbutton.c
+++ b/gtk/gtkmodelbutton.c
@@ -28,7 +28,6 @@
#include "gtkimage.h"
#include "gtklabel.h"
#include "gtkbox.h"
-#include "gtkrender.h"
#include "gtkstylecontext.h"
#include "gtktypebuiltins.h"
#include "gtkstack.h"