Remove redundant header inclusions
authorMatthias Clasen <mclasen@redhat.com>
Sat, 4 Sep 2010 00:34:15 +0000 (20:34 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 4 Sep 2010 00:34:15 +0000 (20:34 -0400)
glib/gstring.c

index 134edd5..9b25fb6 100644 (file)
  * 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"