diff --git a/ChangeLog b/ChangeLog index cecd72678..885ee60ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-18 Christian Dywan + + 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 Bug 567944 – [Win32] Sorted treeview columns can be unreadable diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c index fe104b0f0..ff4bda5f5 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"