mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 16:40:41 -05:00
9 lines
180 B
C
9 lines
180 B
C
|
#ifndef __CLUTTER_JSON_H__
|
||
|
#define __CLUTTER_JSON_H__
|
||
|
|
||
|
#include "json/json-types.h"
|
||
|
#include "json/json-parser.h"
|
||
|
#include "json/json-generator.h"
|
||
|
|
||
|
#endif /* __CLUTTER_JSON_H__ */
|