1
0
Fork 0

[json] Include only json-glib.h

JSON-GLib moved to a single include scheme, so we should only include
json-glib.h. If we use the internal copy it doesn't matter, since the
header does the right thing.
This commit is contained in:
Emmanuele Bassi 2009-08-12 15:31:16 +01:00
parent 8c49e22753
commit 6fcf5c1820

View file

@ -6,8 +6,6 @@
* without changing the other headers.
*/
#include "@JSON_PREFIX@/json-types.h"
#include "@JSON_PREFIX@/json-parser.h"
#include "@JSON_PREFIX@/json-generator.h"
#include "@JSON_PREFIX@/json-glib.h"
#endif /* __CLUTTER_JSON_H__ */