summaryrefslogtreecommitdiff
path: root/tests/threadpool-test.c
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/threadpool-test.c
parent6347be5fb68fc3e5e9d5bfedc3cbd5349ef40074 (diff)
downloadglib-761424465aaad736916b029383483b6ac419d831.tar.gz
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/threadpool-test.c')
-rw-r--r--tests/threadpool-test.c2
1 files changed, 1 insertions, 1 deletions
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>