blob: 5bd945de30e6e8fa4b2857df42f96bfa7c17112b (
plain)
1 --- objects/custom/shape_typeinfo.c.orig 2009-11-07 08:28:34.000000000 -0600
2 +++ objects/custom/shape_typeinfo.c 2012-04-11 01:39:00.000000000 -0500
3 @@ -27,8 +27,7 @@
4 #include "custom_util.h"
5 #include <string.h>
6 #include <stdarg.h>
7 -#include <glib/gstrfuncs.h>
8 -#include <glib/gstdio.h>
9 +#include <glib.h>
10 #include <libxml/parser.h>
11
12 /*
13 --- tests/test-boundingbox.c.orig 2009-11-07 08:28:35.000000000 -0600
14 +++ tests/test-boundingbox.c 2012-04-11 01:47:51.000000000 -0500
15 @@ -28,9 +28,6 @@
16 #include <glib.h>
17 #include <glib-object.h>
18
19 -#if GLIB_CHECK_VERSION(2,16,0)
20 -#include <glib/gtestutils.h>
21 -#endif
22 #include "dialib.h"
23
24 /*
25 --- tests/test-objects.c.orig 2009-11-07 08:28:35.000000000 -0600
26 +++ tests/test-objects.c 2012-04-11 01:46:51.000000000 -0500
27 @@ -28,9 +28,6 @@
28 #include <glib.h>
29 #include <glib-object.h>
30
31 -#if GLIB_CHECK_VERSION(2,16,0)
32 -#include <glib/gtestutils.h>
33 -#endif
34
35 #include "object.h"
36 #include "plug-ins.h"
|