From c242437535518782e0427f0fdc0ce1638e0059ec Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 13 May 2014 21:18:45 -0400 Subject: [PATCH] Drop GtkArrow use in GtkPathBar This was just an unneeded include anyway. --- gtk/gtkpathbar.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/gtkpathbar.c b/gtk/gtkpathbar.c index 13af23a5ec..599f170f8e 100644 --- a/gtk/gtkpathbar.c +++ b/gtk/gtkpathbar.c @@ -22,7 +22,6 @@ #include -#include "gtkarrow.h" #include "gtkbox.h" #include "gtkdnd.h" #include "gtkicontheme.h"