From: Matthias Clasen Date: Sat, 4 Sep 2010 00:38:30 +0000 (-0400) Subject: Remove redundant header inclusions X-Git-Tag: 2.25.16~102 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6e3b14e155d08e7fee722c282f2b0c42c4bb7bbe;p=platform%2Fupstream%2Fglib.git Remove redundant header inclusions --- diff --git a/glib/gunibreak.c b/glib/gunibreak.c index 2087d1e..4b4f0e2 100644 --- a/glib/gunibreak.c +++ b/glib/gunibreak.c @@ -22,7 +22,6 @@ #include -#include "glib.h" #include "gunibreak.h" #define TPROP_PART1(Page, Char) \ diff --git a/glib/gunibreak.h b/glib/gunibreak.h index 504ac47..37be2af 100644 --- a/glib/gunibreak.h +++ b/glib/gunibreak.h @@ -4,6 +4,9 @@ #ifndef BREAKTABLES_H #define BREAKTABLES_H +#include +#include + #define G_UNICODE_DATA_VERSION "5.1.0" #define G_UNICODE_LAST_CHAR 0x10FFFF