summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2008-05-28 16:18:27 +0000
committerMichael Natterer <mitch@src.gnome.org>2008-05-28 16:18:27 +0000
commit82bc28361ec34326e78cfee98675414aed5fa9b2 (patch)
tree1e5a98348265653161ee7bd5419573eda7354181 /tests
parent03a5797a6258c85e7c833c7ecdf95af2bbe50ffe (diff)
add G_DISABLE_SINGLE_INCLUDES to CPPFLAGS globally.
2008-05-28 Michael Natterer <mitch@imendio.com> * configure.in: add G_DISABLE_SINGLE_INCLUDES to CPPFLAGS globally. * glib/tests/option-context.c * glib/tests/testing.c * tests/testingbase64.c: don't include <glib/gtestutils.h> svn path=/trunk/; revision=6955
Diffstat (limited to 'tests')
-rw-r--r--tests/testingbase64.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testingbase64.c b/tests/testingbase64.c
index ccf233274..3e64d1a0b 100644
--- a/tests/testingbase64.c
+++ b/tests/testingbase64.c
@@ -18,7 +18,8 @@
* 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.h>
#include <stdlib.h>
#include <glib.h>
#include <string.h>