projects
/
platform
/
upstream
/
glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96d87da
)
Remove redundant header inclusions
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 4 Sep 2010 00:34:15 +0000
(20:34 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 4 Sep 2010 00:34:15 +0000
(20:34 -0400)
glib/gstring.c
patch
|
blob
|
history
diff --git
a/glib/gstring.c
b/glib/gstring.c
index 134edd56b70f21d394bf72d62917959bea8c5ad0..9b25fb614b21c0ec75b6abca577b9c3fbe8f17da 100644
(file)
--- 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"