summaryrefslogtreecommitdiff
path: root/clutter/clutter-script-private.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@linux.intel.com>2009-08-12 15:57:25 +0100
committerEmmanuele Bassi <ebassi@linux.intel.com>2009-08-12 15:57:25 +0100
commit2b70b0d4ed791e8bc25b59eb3b2e9dbeb8201b11 (patch)
tree72c2e2a0b7d39d32b583c371444b2a8fefb68c82 /clutter/clutter-script-private.h
parentcc6aa6e4d537c5eec3fda85475f78bdf0da2ea10 (diff)
downloadclutter-2b70b0d4ed791e8bc25b59eb3b2e9dbeb8201b11.tar.gz
Include clutter-json.h, not json-types.h
The json-types.h header is found by the mere fact of it being in the project; if we are compiling against the system JSON-GLib this could be horribly out of date. We need to use clutter-json.h, which will include the right header for us.
Diffstat (limited to 'clutter/clutter-script-private.h')
-rw-r--r--clutter/clutter-script-private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/clutter-script-private.h b/clutter/clutter-script-private.h
index 7a3eae98f..7fcbae7e6 100644
--- a/clutter/clutter-script-private.h
+++ b/clutter/clutter-script-private.h
@@ -27,7 +27,7 @@
#define __CLUTTER_SCRIPT_PRIVATE_H__
#include <glib-object.h>
-#include "json/json-types.h"
+#include "clutter-json.h"
#include "clutter-color.h"
#include "clutter-types.h"
#include "clutter-script.h"