Makefile.am. build with G_DISABLE_SINGLE_INCLUDES to prevent code from
authorMichael Natterer <mitch@imendio.com>
Mon, 5 May 2008 15:12:13 +0000 (15:12 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Mon, 5 May 2008 15:12:13 +0000 (15:12 +0000)
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

gio/ChangeLog
gio/Makefile.am
gio/gfileinfo.h
gio/gfilenamecompleter.c
gio/gio.symbols
gio/gioerror.h
gio/glocalfileinfo.c
gio/makegioalias.pl

index 65644982551f8035488d5b072c5706e69ad6834c..e160185e8d7e3de4ecf43ff44ac31324117f9dd1 100644 (file)
@@ -1,3 +1,23 @@
+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>.
+
 2008-04-28  David Zeuthen  <davidz@redhat.com>
 
        * gunixmounts.c (g_unix_mount_guess_should_display): Avoid
index f31352f9cacda108bad6019b9d5ec357cfac4fc4..d53a8a48aaca383f13016f451ccda2e6aa44759f 100644 (file)
@@ -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)\"  
 
index 93d74a35124cfdc338f61bfa7168d79992c97c27..7743c16527653462f57c40cc87d05efa5f95937a 100644 (file)
@@ -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>
 
index d3077ab1af66f41fca5f6307902df255a89716c1..cccc7229f93f82cdeb48b6cbaadd479fb30439f6 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <config.h>
 #include "gfilenamecompleter.h"
-#include "gurifuncs.h"
 #include "gfile.h"
 #include <string.h>
 #include "glibintl.h"
index 618f94e329c597e762ab5044b6eedc47f7c3e867..7417bf896cdac7edb2070567324032597086397f 100644 (file)
@@ -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
index 01a1ae2972f0b9f6b1ddbfc56871be5d12ed218d..7475706585f96705e93bd60194059e2f7ba0ef8e 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef __G_IO_ERROR_H__
 #define __G_IO_ERROR_H__
 
-#include <glib/gerror.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 
index f3ef2e5cc9bd0edddb4577a5979c4fbc32bc6600..adbd2db9a8748acb1680b1ebcd75a69d19187c6e 100644 (file)
@@ -58,7 +58,6 @@
 #endif /* HAVE_XATTR */
 
 #include <glib/gstdio.h>
-#include <glib/gchecksum.h>
 #include <gfileattribute-priv.h>
 
 #include "glibintl.h"
index 26b9206ecb911f16eb5e216c7a03678f869910f5..b4ae319bdf7556724c635290ce45aa3e8cae44db 100755 (executable)
@@ -12,7 +12,7 @@ print <<EOF;
 
 #ifndef DISABLE_VISIBILITY
 
-#include "glibconfig.h"
+#include "glib.h"
 
 #ifdef G_HAVE_GNUC_VISIBILITY