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 62226ccdcbb2941a0a9780d09d77497a3d3ffd0c..6c20addc913bf8c1f143b505762965691d93f117 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 08e065900cb17fcdf69fcbbd217a33422a85ce65..7e27a2f8bced203ca064dd0ccf406c0273859a45 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 6abc7c471eb57b13c40a1ba443f5a3ae06904e04..ca8d725c688ab861f1c5aa54f9e3c86d348d1091 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 1a7e1ae84c234d5dc38f75517b6398cd8d4f01e9..52ce4a8d1b88c963f3128878bce874e0b3333441 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 d3ed5c98ecd189492932f5f7e43fa587dbe585c4..80bdd6e463cadf4d5b758179fd32d2386ea118c5 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 d512c9306f188d550288343ea033744b28f2b691..4becc1d1d66fa3e5615659332bb8bdba6b73de20 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 19afff775061d09ecd8d1a015d54d08ab5a47b7c..bd91ce926ed5bd4174c84af1dd239dfdc5dda062 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 247613c6d5a026f52d6986b85a4530544277c026..7f289c18b5536b7ed48e5b29c8a42b8c397389de 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>