diff options
author | Emmanuele Bassi <ebassi@linux.intel.com> | 2009-08-12 15:57:25 +0100 |
---|---|---|
committer | Emmanuele Bassi <ebassi@linux.intel.com> | 2009-08-12 15:57:25 +0100 |
commit | 2b70b0d4ed791e8bc25b59eb3b2e9dbeb8201b11 (patch) | |
tree | 72c2e2a0b7d39d32b583c371444b2a8fefb68c82 /clutter/clutter-script-private.h | |
parent | cc6aa6e4d537c5eec3fda85475f78bdf0da2ea10 (diff) | |
download | clutter-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.h | 2 |
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" |