summaryrefslogtreecommitdiffstats
path: root/testing/dia/dia-noglib.patch
blob: d91477a978162ef9a2a60ecc64f442f00bea3234 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
--- ./objects/custom/shape_typeinfo.c.orig	2011-12-08 12:41:12.136625698 +0000
+++ ./objects/custom/shape_typeinfo.c	2011-12-08 12:41:44.584639234 +0000
@@ -27,8 +27,7 @@
 #include "custom_util.h"
 #include <string.h>
 #include <stdarg.h>
-#include <glib/gstrfuncs.h>
-#include <glib/gstdio.h>
+#include <glib.h>
 #include <libxml/parser.h>
 
 /*
--- ./tests/test-boundingbox.c.orig	2012-02-25 20:05:15.571090400 -0600
+++ ./tests/test-boundingbox.c	2012-02-25 20:07:28.884033790 -0600
@@ -28,9 +28,6 @@
 #include <glib.h>
 #include <glib-object.h>
 
-#if GLIB_CHECK_VERSION(2,16,0)
-#include <glib/gtestutils.h>
-#endif
 #include "dialib.h"
 
 /*
--- ./tests/test-objects.c.orig	2012-02-25 20:08:16.230051224 -0600
+++ ./tests/test-objects.c	2012-02-25 20:08:31.849036318 -0600
@@ -28,10 +28,6 @@
 #include <glib.h>
 #include <glib-object.h>
 
-#if GLIB_CHECK_VERSION(2,16,0)
-#include <glib/gtestutils.h>
-#endif
-
 #include "object.h"
 #include "plug-ins.h"
 #include "dialib.h"