mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 11:26:16 +01:00
Remove redundant header inclusions
This commit is contained in:
parent
c5049d86f9
commit
6e3b14e155
@ -22,7 +22,6 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "glib.h"
|
||||
#include "gunibreak.h"
|
||||
|
||||
#define TPROP_PART1(Page, Char) \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user