diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-13 21:18:45 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-13 23:50:13 -0400 |
commit | c242437535518782e0427f0fdc0ce1638e0059ec (patch) | |
tree | a144eb440106c5c35ba0caa3b9df114e9c5cdd61 /gtk/gtkpathbar.c | |
parent | 7269168e89f8f7f33ad6884ed91d2b0e64c815fb (diff) | |
download | gtk+-c242437535518782e0427f0fdc0ce1638e0059ec.tar.gz |
Drop GtkArrow use in GtkPathBar
This was just an unneeded include anyway.
Diffstat (limited to 'gtk/gtkpathbar.c')
-rw-r--r-- | gtk/gtkpathbar.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 <string.h> -#include "gtkarrow.h" #include "gtkbox.h" #include "gtkdnd.h" #include "gtkicontheme.h" |