[glib] Remove excessive header inclusions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Remove excessive header inclusions
- Date: Sat, 4 Sep 2010 03:05:49 +0000 (UTC)
commit 7ddd2100c36215b8806569933d046b96d7eea09a
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Sep 3 20:53:37 2010 -0400
Remove excessive header inclusions
glib/gmarkup.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/glib/gmarkup.c b/glib/gmarkup.c
index 417d256..e71cc98 100644
--- a/glib/gmarkup.c
+++ b/glib/gmarkup.c
@@ -27,7 +27,12 @@
#include <stdlib.h>
#include <errno.h>
-#include "glib.h"
+#include "gmarkup.h"
+
+#include "galloca.h"
+#include "gstrfuncs.h"
+#include "gstring.h"
+#include "gtestutils.h"
#include "glibintl.h"
GQuark
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]