mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
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:
parent
183f651cd1
commit
a51c43f5c6
@ -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>
|
2008-07-06 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 528845 – segv from GtkBuilder on attempting <accelerator> under
|
Bug 528845 – segv from GtkBuilder on attempting <accelerator> under
|
||||||
|
@ -24,10 +24,11 @@
|
|||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <gtk/gtk.h>
|
|
||||||
#include <glib/gi18n.h>
|
#include <glib/gi18n.h>
|
||||||
|
|
||||||
|
#include "gtkfilechooser.h"
|
||||||
#include "gtkfilesystem.h"
|
#include "gtkfilesystem.h"
|
||||||
|
#include "gtkicontheme.h"
|
||||||
#include "gtkprivate.h"
|
#include "gtkprivate.h"
|
||||||
|
|
||||||
#include "gtkalias.h"
|
#include "gtkalias.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user