include the two needed headers instead of <gtk/gtk.h>.

2008-07-07  Michael Natterer  <mitch@imendio.com>

	* gtk/gtkfilesystem.c: include the two needed headers instead of
	<gtk/gtk.h>.


svn path=/trunk/; revision=20804
This commit is contained in:
Michael Natterer 2008-07-07 09:05:02 +00:00 committed by Michael Natterer
parent 183f651cd1
commit a51c43f5c6
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2008-07-07 Michael Natterer <mitch@imendio.com>
* gtk/gtkfilesystem.c: include the two needed headers instead of
<gtk/gtk.h>.
2008-07-06 Matthias Clasen <mclasen@redhat.com>
Bug 528845 segv from GtkBuilder on attempting <accelerator> under

View File

@ -24,10 +24,11 @@
#include <string.h>
#include <gtk/gtk.h>
#include <glib/gi18n.h>
#include "gtkfilechooser.h"
#include "gtkfilesystem.h"
#include "gtkicontheme.h"
#include "gtkprivate.h"
#include "gtkalias.h"