[glib] Remove redundant header inclusions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Remove redundant header inclusions
- Date: Sat, 4 Sep 2010 03:05:19 +0000 (UTC)
commit c5049d86f94cc7f943ee63c93bb01100e759769b
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Sep 3 20:34:15 2010 -0400
Remove redundant header inclusions
glib/gstring.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/glib/gstring.c b/glib/gstring.c
index 134edd5..9b25fb6 100644
--- a/glib/gstring.c
+++ b/glib/gstring.c
@@ -21,10 +21,10 @@
* Modified by the GLib Team and others 1997-2000. See the AUTHORS
* file for a list of people on the GLib Team. See the ChangeLog
* files for a list of changes. These files are distributed with
- * GLib at ftp://ftp.gtk.org/pub/gtk/.
+ * GLib at ftp://ftp.gtk.org/pub/gtk/.
*/
-/*
+/*
* MT safe
*/
@@ -39,7 +39,8 @@
#include <string.h>
#include <ctype.h>
-#include "glib.h"
+#include "gstring.h"
+
#include "gprintf.h"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]