diff --git a/gio/ChangeLog b/gio/ChangeLog index 656449825..e160185e8 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,23 @@ +2008-05-05 Michael Natterer + + * 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 . + + * gfilenamecompleter.c: remove inclusion of "gurifuncs.h". + + * gioerror.h: #include instead of . + + * glocalfileinfo.c: remove inclusion of . + 2008-04-28 David Zeuthen * gunixmounts.c (g_unix_mount_guess_should_display): Avoid diff --git a/gio/Makefile.am b/gio/Makefile.am index f31352f9c..d53a8a48a 100644 --- a/gio/Makefile.am +++ b/gio/Makefile.am @@ -49,6 +49,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/gmodule \ $(GLIB_DEBUG_FLAGS) \ -DG_DISABLE_DEPRECATED \ + -DG_DISABLE_SINGLE_INCLUDES \ -DGIO_COMPILATION \ -DGIO_MODULE_DIR=\"$(GIO_MODULE_DIR)\" 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 -#include #include #include diff --git a/gio/gfilenamecompleter.c b/gio/gfilenamecompleter.c index d3077ab1a..cccc7229f 100644 --- a/gio/gfilenamecompleter.c +++ b/gio/gfilenamecompleter.c @@ -22,7 +22,6 @@ #include #include "gfilenamecompleter.h" -#include "gurifuncs.h" #include "gfile.h" #include #include "glibintl.h" diff --git a/gio/gio.symbols b/gio/gio.symbols index 618f94e32..7417bf896 100644 --- a/gio/gio.symbols +++ b/gio/gio.symbols @@ -7,6 +7,7 @@ * #ifdef IN_HEADER(sym) #endif and * #ifdef IN_FILE(sym) #endif sections. */ + #ifdef ALL_FILES #define IN_FILE(x) 1 #define IN_HEADER(x) 1 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 +#include G_BEGIN_DECLS diff --git a/gio/glocalfileinfo.c b/gio/glocalfileinfo.c index f3ef2e5cc..adbd2db9a 100644 --- a/gio/glocalfileinfo.c +++ b/gio/glocalfileinfo.c @@ -58,7 +58,6 @@ #endif /* HAVE_XATTR */ #include -#include #include #include "glibintl.h" diff --git a/gio/makegioalias.pl b/gio/makegioalias.pl index 26b9206ec..b4ae319bd 100755 --- a/gio/makegioalias.pl +++ b/gio/makegioalias.pl @@ -12,7 +12,7 @@ print <