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

index 2087d1e..4b4f0e2 100644 (file)
@@ -22,7 +22,6 @@
 
 #include <stdlib.h>
 
-#include "glib.h"
 #include "gunibreak.h"
 
 #define TPROP_PART1(Page, Char) \
index 504ac47..37be2af 100644 (file)
@@ -4,6 +4,9 @@
 #ifndef BREAKTABLES_H
 #define BREAKTABLES_H
 
+#include <glib/gtypes.h>
+#include <glib/gunicode.h>
+
 #define G_UNICODE_DATA_VERSION "5.1.0"
 
 #define G_UNICODE_LAST_CHAR 0x10FFFF