summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Dywan <christian@twotoasts.de>2009-01-18 15:16:14 +0000
committerChristian Dywan <cdywan@src.gnome.org>2009-01-18 15:16:14 +0000
commit910aec47d9f09859f7ccb85140c9372a9c381659 (patch)
treed363e29fd01f45d398029ee5e6b375aa8d9afe5a
parent9918cd83657d586b56b8fb7be8ef872edea16d0e (diff)
downloadgtk+-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--ChangeLog7
-rw-r--r--gtk/gtktoolbar.c1
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cecd726789..885ee60ade 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"