From 6fcf5c1820b29610a05e0f5022d1d6d907716df5 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 12 Aug 2009 15:31:16 +0100 Subject: [PATCH] [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. --- clutter/clutter-json.h.in | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/clutter/clutter-json.h.in b/clutter/clutter-json.h.in index d9f03fdcd..2f5879683 100644 --- a/clutter/clutter-json.h.in +++ b/clutter/clutter-json.h.in @@ -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__ */