1
0
mirror of https://github.com/brl/mutter.git synced 2025-03-25 12:43:52 +00:00

13 lines
215 B
C
Raw Normal View History

#ifndef __JSON_GLIB_H__
#define __JSON_GLIB_H__
#define __JSON_GLIB_INSIDE__
#include "json-types.h"
#include "json-generator.h"
#include "json-parser.h"
#undef __JSON_GLIB_INSIDE__
#endif /* __JSON_GLIB_H__ */