diff options
author | Michael Natterer <mitch@imendio.com> | 2008-05-05 15:12:13 +0000 |
---|---|---|
committer | Michael Natterer <mitch@src.gnome.org> | 2008-05-05 15:12:13 +0000 |
commit | d922bf632a2f4ffcb03206f1e2e660e0b6f36152 (patch) | |
tree | 27dc8330ec30115fc83c4dfce7ee3339c090c63f /gio/gfileinfo.h | |
parent | 62c4c3e2dae7907b9216623fcc420a1bd60ca541 (diff) | |
download | glib-d922bf632a2f4ffcb03206f1e2e660e0b6f36152.tar.gz |
Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from
2008-05-05 Michael Natterer <mitch@imendio.com>
* Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent
code from being checked in that breaks the build of applications
which use G_DISABLE_SINGLE_INCLUDES.
* makegioalias.pl: make the alias file include "glib.h" instead of
"glibconfig.h".
* gio.symbols: whitespace change to force regeneration of the
alias file after above script change.
* gfileinfo.h: remove inlcusion of <glib/gfileutils.h>.
* gfilenamecompleter.c: remove inclusion of "gurifuncs.h".
* gioerror.h: #include <glib.h> instead of <glib/gerror.h>.
* glocalfileinfo.c: remove inclusion of <glib/gchecksum>.
svn path=/trunk/; revision=6879
Diffstat (limited to 'gio/gfileinfo.h')
-rw-r--r-- | gio/gfileinfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gio/gfileinfo.h b/gio/gfileinfo.h index 93d74a351..7743c1652 100644 --- a/gio/gfileinfo.h +++ b/gio/gfileinfo.h @@ -28,7 +28,6 @@ #define __G_FILE_INFO_H__ #include <glib-object.h> -#include <glib/gfileutils.h> #include <gio/gfileattribute.h> #include <gio/gicon.h> |