[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:
parent
8c49e22753
commit
6fcf5c1820
@ -6,8 +6,6 @@
|
|||||||
* without changing the other headers.
|
* without changing the other headers.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "@JSON_PREFIX@/json-types.h"
|
#include "@JSON_PREFIX@/json-glib.h"
|
||||||
#include "@JSON_PREFIX@/json-parser.h"
|
|
||||||
#include "@JSON_PREFIX@/json-generator.h"
|
|
||||||
|
|
||||||
#endif /* __CLUTTER_JSON_H__ */
|
#endif /* __CLUTTER_JSON_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user