Remove redundant header inclusions

This commit is contained in:
Matthias Clasen 2010-09-03 20:38:30 -04:00
parent c5049d86f9
commit 6e3b14e155
2 changed files with 3 additions and 1 deletions

View File

@ -22,7 +22,6 @@
#include <stdlib.h>
#include "glib.h"
#include "gunibreak.h"
#define TPROP_PART1(Page, Char) \

View 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