diff options
author | Christian Dywan <christian@twotoasts.de> | 2009-01-18 15:16:14 +0000 |
---|---|---|
committer | Christian Dywan <cdywan@src.gnome.org> | 2009-01-18 15:16:14 +0000 |
commit | 910aec47d9f09859f7ccb85140c9372a9c381659 (patch) | |
tree | d363e29fd01f45d398029ee5e6b375aa8d9afe5a | |
parent | 9918cd83657d586b56b8fb7be8ef872edea16d0e (diff) | |
download | gtk+-910aec47d9f09859f7ccb85140c9372a9c381659.tar.gz |
Remove a redundant include from gtktoolbar.c
2009-01-18 Christian Dywan <christian@twotoasts.de>
Remove a redundant include from gtktoolbar.c
* gtk/gtktoolbar.c: Remove second inclusion of gtktoolbar.h.
Patch by Enrico Tröger.
svn path=/trunk/; revision=22130
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | gtk/gtktoolbar.c | 1 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,10 @@ +2009-01-18 Christian Dywan <christian@twotoasts.de> + + Remove a redundant include from gtktoolbar.c + + * gtk/gtktoolbar.c: Remove second inclusion of gtktoolbar.h. + Patch by Enrico Tröger. + 2009-01-16 Cody Russell <bratsche@gnome.org> Bug 567944 – [Win32] Sorted treeview columns can be unreadable diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c index fe104b0f02..ff4bda5f5f 100644 --- a/gtk/gtktoolbar.c +++ b/gtk/gtktoolbar.c @@ -53,7 +53,6 @@ #include "gtkseparatortoolitem.h" #include "gtkstock.h" #include "gtktoolbar.h" -#include "gtktoolbar.h" #include "gtktoolshell.h" #include "gtkvbox.h" #include "gtkprivate.h" |