summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohan Dahlin <jdahlin@async.com.br>2008-06-22 15:10:51 +0000
committerJohan Dahlin <johan@src.gnome.org>2008-06-22 15:10:51 +0000
commit761424465aaad736916b029383483b6ac419d831 (patch)
tree6a9a2013c352a1f8d7199839aeff3d75c44cde55 /tests
parent6347be5fb68fc3e5e9d5bfedc3cbd5349ef40074 (diff)
Include "config.h" instead of <config.h> Command used: find -name
2008-06-21 Johan Dahlin <jdahlin@async.com.br> * *.[ch]: Include "config.h" instead of <config.h> Command used: find -name \*.[ch]|xargs perl -p -i -e 's/^#include <config.h>/#include "config.h"/g' Rubberstamped by Mitch svn path=/trunk/; revision=7092
Diffstat (limited to 'tests')
-rw-r--r--tests/node-test.c2
-rw-r--r--tests/threadpool-test.c2
-rw-r--r--tests/uri-test.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/node-test.c b/tests/node-test.c
index 8f5b54d81..a49eddf3c 100644
--- a/tests/node-test.c
+++ b/tests/node-test.c
@@ -28,7 +28,7 @@
#undef G_LOG_DOMAIN
#ifdef HAVE_CONFIG_H
-#include <config.h>
+#include "config.h"
#endif
#include <stdio.h>
diff --git a/tests/threadpool-test.c b/tests/threadpool-test.c
index 7466847af..db15b368a 100644
--- a/tests/threadpool-test.c
+++ b/tests/threadpool-test.c
@@ -1,7 +1,7 @@
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
-#include <config.h>
+#include "config.h"
#include <glib.h>
diff --git a/tests/uri-test.c b/tests/uri-test.c
index 340d774a2..eb46676a2 100644
--- a/tests/uri-test.c
+++ b/tests/uri-test.c
@@ -27,7 +27,7 @@
#undef G_DISABLE_ASSERT
#undef G_LOG_DOMAIN
-#include <config.h>
+#include "config.h"
#include <glib.h>
#include <stdio.h>