diff options
author | Matthias Clasen <mclasen@redhat.com> | 2017-10-25 21:46:46 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2017-10-25 21:46:46 -0400 |
commit | fb8589671d0a70407c10d7551c1813896baea5e2 (patch) | |
tree | 5d441951d8794aeb406335f302e01fefdfa65142 /gtk/gtktoolbar.c | |
parent | f8e74e8f0463e5e7534c119d47e5a9613b833eb8 (diff) | |
download | gtk+-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/gtktoolbar.c')
-rw-r--r-- | gtk/gtktoolbar.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c index 85b1c8b537..4bde39a99d 100644 --- a/gtk/gtktoolbar.c +++ b/gtk/gtktoolbar.c @@ -51,7 +51,6 @@ #include "gtkprivate.h" #include "gtkradiobutton.h" #include "gtkradiotoolbutton.h" -#include "gtkrender.h" #include "gtkseparatormenuitem.h" #include "gtkseparatortoolitem.h" #include "gtktoolshell.h" |