[glib] Remove redundant header inclusions
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Remove redundant header inclusions
- Date: Sat, 4 Sep 2010 03:05:24 +0000 (UTC)
commit 6e3b14e155d08e7fee722c282f2b0c42c4bb7bbe
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Sep 3 20:38:30 2010 -0400
Remove redundant header inclusions
glib/gunibreak.c | 1 -
glib/gunibreak.h | 3 +++
2 files changed, 3 insertions(+), 1 deletions(-)
---
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 <stdlib.h>
-#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 <glib/gtypes.h>
+#include <glib/gunicode.h>
+
#define G_UNICODE_DATA_VERSION "5.1.0"
#define G_UNICODE_LAST_CHAR 0x10FFFF
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]