2008-04-23 09:58:58 -04:00
|
|
|
#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.
|
|
|
|
*/
|
|
|
|
|
2009-08-12 10:31:16 -04:00
|
|
|
#include "@JSON_PREFIX@/json-glib.h"
|
2008-04-23 09:58:58 -04:00
|
|
|
|
|
|
|
#endif /* __CLUTTER_JSON_H__ */
|