blob: 538759eca92ffd28208dab1f8627ceb04b119ff4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-aa,v 1.1.1.1 2009/10/26 08:30:16 obache Exp $
--- clutter/clutter-json.h.in.orig 2008-12-10 22:44:39.000000000 +0000
+++ clutter/clutter-json.h.in
@@ -6,8 +6,6 @@
* without changing the other headers.
*/
-#include "@JSON_PREFIX@/json-types.h"
-#include "@JSON_PREFIX@/json-parser.h"
-#include "@JSON_PREFIX@/json-generator.h"
+#include "@JSON_PREFIX@/json-glib.h"
#endif /* __CLUTTER_JSON_H__ */
|