don't define G_DISABLE_SINGLE_INCLUDES, it's in the global CPPFLAGS now.
authorMichael Natterer <mitch@imendio.com>
Wed, 28 May 2008 16:17:45 +0000 (16:17 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Wed, 28 May 2008 16:17:45 +0000 (16:17 +0000)
2008-05-28  Michael Natterer  <mitch@imendio.com>

* Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in
the global CPPFLAGS now.

* tests/data-input-stream.c
* tests/data-output-stream.c
* tests/g-file-info.c
* tests/g-file.c
* tests/live-g-file.c
* tests/memory-input-stream.c: don't include <glib/gtestutils.h>

svn path=/trunk/; revision=6954

gio/ChangeLog
gio/Makefile.am
gio/tests/data-input-stream.c
gio/tests/data-output-stream.c
gio/tests/g-file-info.c
gio/tests/g-file.c
gio/tests/live-g-file.c
gio/tests/memory-input-stream.c

index 62226cc..6c20add 100644 (file)
@@ -1,3 +1,15 @@
+2008-05-28  Michael Natterer  <mitch@imendio.com>
+
+       * Makefile.am: don't define G_DISABLE_SINGLE_INCLUDES, it's in
+       the global CPPFLAGS now.
+
+       * tests/data-input-stream.c
+       * tests/data-output-stream.c
+       * tests/g-file-info.c
+       * tests/g-file.c
+       * tests/live-g-file.c
+       * tests/memory-input-stream.c: don't include <glib/gtestutils.h>
+
 2008-05-27  Matthias Clasen  <mclasen@redhat.com>
 
        * === Released 2.17.0 ===
index 08e0659..7e27a2f 100644 (file)
@@ -49,7 +49,6 @@ 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 6abc7c4..ca8d725 100644 (file)
@@ -19,7 +19,7 @@
  * otherwise) arising in any way out of the use of this software, even
  * if advised of the possibility of such damage.
  */
-#include <glib/gtestutils.h>
+
 #include <glib/glib.h>
 #include <gio/gio.h>
 #include <stdlib.h>
index 1a7e1ae..52ce4a8 100644 (file)
@@ -19,7 +19,7 @@
  * otherwise) arising in any way out of the use of this software, even
  * if advised of the possibility of such damage.
  */
-#include <glib/gtestutils.h>
+
 #include <glib/glib.h>
 #include <gio/gio.h>
 #include <stdlib.h>
index d3ed5c9..80bdd6e 100644 (file)
@@ -19,7 +19,7 @@
  * otherwise) arising in any way out of the use of this software, even
  * if advised of the possibility of such damage.
  */
-#include <glib/gtestutils.h>
+
 #include <glib/glib.h>
 #include <gio/gio.h>
 #include <stdlib.h>
index d512c93..4becc1d 100644 (file)
@@ -19,7 +19,7 @@
  * otherwise) arising in any way out of the use of this software, even
  * if advised of the possibility of such damage.
  */
-#include <glib/gtestutils.h>
+
 #include <glib/glib.h>
 #include <gio/gio.h>
 #include <stdlib.h>
index 19afff7..bd91ce9 100644 (file)
@@ -20,7 +20,6 @@
  * if advised of the possibility of such damage.
  */
 
-#include <glib/gtestutils.h>
 #include <glib/glib.h>
 #include <gio/gio.h>
 #include <stdlib.h>
index 247613c..7f289c1 100644 (file)
@@ -19,7 +19,7 @@
  * otherwise) arising in any way out of the use of this software, even
  * if advised of the possibility of such damage.
  */
-#include <glib/gtestutils.h>
+
 #include <glib/glib.h>
 #include <gio/gio.h>
 #include <stdlib.h>