From 6e3b14e155d08e7fee722c282f2b0c42c4bb7bbe Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 3 Sep 2010 20:38:30 -0400 Subject: [PATCH] Remove redundant header inclusions --- glib/gunibreak.c | 1 - glib/gunibreak.h | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/glib/gunibreak.c b/glib/gunibreak.c index 2087d1ed2..4b4f0e2fa 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 504ac4787..37be2af8c 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