#ifndef __CLUTTER_JSON_H__
#define __CLUTTER_JSON_H__

/* Include json-glib types opaquely, so that we can swap out
 * the internal copy of JSON-GLib with the installed one
 * without changing the other headers.
 */

#include "@JSON_PREFIX@/json-types.h"
#include "@JSON_PREFIX@/json-parser.h"
#include "@JSON_PREFIX@/json-generator.h"

#endif /* __CLUTTER_JSON_H__ */