summaryrefslogtreecommitdiff
path: root/gio/gioerror.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-05-05 15:12:13 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-05 15:12:13 +0000
commitd922bf632a2f4ffcb03206f1e2e660e0b6f36152 (patch)
tree27dc8330ec30115fc83c4dfce7ee3339c090c63f /gio/gioerror.h
parent62c4c3e2dae7907b9216623fcc420a1bd60ca541 (diff)
downloadglib-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/gioerror.h')
-rw-r--r--gio/gioerror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gioerror.h b/gio/gioerror.h
index 01a1ae297..747570658 100644
--- a/gio/gioerror.h
+++ b/gio/gioerror.h
@@ -27,7 +27,7 @@
#ifndef __G_IO_ERROR_H__
#define __G_IO_ERROR_H__
-#include <glib/gerror.h>
+#include <glib.h>
G_BEGIN_DECLS