From ae61326cf5e7aaba6e72af757a5cd33efe8280a1 Mon Sep 17 00:00:00 2001
From: Dominique Leuenberger <dimstar@opensuse.org>
Date: Thu, 01 Dec 2011 21:08:12 +0000
Subject: Bug 665335: Only #include <glib.h>: the other headers are implicit
---
diff --git a/objects/custom/shape_typeinfo.c b/objects/custom/shape_typeinfo.c
index c6133b1..3fb3d73 100644
a
|
b
|
|
27 | 27 | #include "custom_util.h" |
28 | 28 | #include <string.h> |
29 | 29 | #include <stdarg.h> |
30 | | #include <glib/gstrfuncs.h> |
| 30 | #include <glib.h> |
31 | 31 | #include <glib/gstdio.h> |
32 | 32 | #include <libxml/parser.h> |
33 | 33 | |
diff --git a/plug-ins/pgf/render_pgf.c b/plug-ins/pgf/render_pgf.c
index 3fe5bbd..24b812e 100644
a
|
b
|
TODO: |
61 | 61 | #endif |
62 | 62 | #include <errno.h> |
63 | 63 | |
64 | | #include <glib/gprintf.h> |
| 64 | #include <glib.h> |
65 | 65 | #include <glib/gstdio.h> |
66 | 66 | |
67 | 67 | #include "intl.h" |
diff --git a/tests/test-boundingbox.c b/tests/test-boundingbox.c
index 7adaab5..a13d018 100644
a
|
b
|
|
28 | 28 | #include <glib.h> |
29 | 29 | #include <glib-object.h> |
30 | 30 | |
31 | | #if GLIB_CHECK_VERSION(2,16,0) |
32 | | #include <glib/gtestutils.h> |
33 | | #endif |
34 | 31 | #include "dialib.h" |
35 | 32 | |
36 | 33 | /* |
diff --git a/tests/test-objects.c b/tests/test-objects.c
index 57d5675..c5980a5 100644
a
|
b
|
|
28 | 28 | #include <glib.h> |
29 | 29 | #include <glib-object.h> |
30 | 30 | |
31 | | #if GLIB_CHECK_VERSION(2,16,0) |
32 | | #include <glib/gtestutils.h> |
33 | | #endif |
34 | | |
35 | 31 | #include "object.h" |
36 | 32 | #include "plug-ins.h" |
37 | 33 | #include "dialib.h" |