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
This commit is contained in:
Christian Dywan 2009-01-18 15:16:14 +00:00 committed by Christian Dywan
parent 9918cd8365
commit 910aec47d9
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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"