summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2009-08-12 13:46:05 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2009-08-12 13:46:05 +0100
commita9386e20bf8e16e17a89dda24781c63bf495aa97 (patch)
tree8da760fd3abbd06f5d883bf8ae9c9948032704c4
parent8a7e0f381dc7e49745680df92ebb428f18bf4832 (diff)
downloadjson-glib-a9386e20bf8e16e17a89dda24781c63bf495aa97.tar.gz
[tests] Include json-glib.h
Do not include json-types.h, use the correct global include.
-rw-r--r--json-glib/tests/array-test.c2
-rw-r--r--json-glib/tests/node-test.c2
-rw-r--r--json-glib/tests/object-test.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/json-glib/tests/array-test.c b/json-glib/tests/array-test.c
index 89f0175..7c29cdf 100644
--- a/json-glib/tests/array-test.c
+++ b/json-glib/tests/array-test.c
@@ -3,7 +3,7 @@
#include <string.h>
#include <glib.h>
-#include <json-glib/json-types.h>
+#include <json-glib/json-glib.h>
static void
test_empty_array (void)
diff --git a/json-glib/tests/node-test.c b/json-glib/tests/node-test.c
index 3e3d0ff..7c0336d 100644
--- a/json-glib/tests/node-test.c
+++ b/json-glib/tests/node-test.c
@@ -1,5 +1,5 @@
#include <glib/gtestutils.h>
-#include <json-glib/json-types.h>
+#include <json-glib/json-glib.h>
#include <string.h>
static void
diff --git a/json-glib/tests/object-test.c b/json-glib/tests/object-test.c
index d9b9edd..04c862c 100644
--- a/json-glib/tests/object-test.c
+++ b/json-glib/tests/object-test.c
@@ -3,7 +3,7 @@
#include <string.h>
#include <glib.h>
-#include <json-glib/json-types.h>
+#include <json-glib/json-glib.h>
static void
test_empty_object (void)