diff options
author | Emmanuele Bassi <ebassi@gnome.org> | 2009-08-12 13:46:05 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2009-08-12 13:46:05 +0100 |
commit | a9386e20bf8e16e17a89dda24781c63bf495aa97 (patch) | |
tree | 8da760fd3abbd06f5d883bf8ae9c9948032704c4 /json-glib/tests/node-test.c | |
parent | 8a7e0f381dc7e49745680df92ebb428f18bf4832 (diff) | |
download | json-glib-a9386e20bf8e16e17a89dda24781c63bf495aa97.tar.gz |
[tests] Include json-glib.h
Do not include json-types.h, use the correct global include.
Diffstat (limited to 'json-glib/tests/node-test.c')
-rw-r--r-- | json-glib/tests/node-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |