mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-03 04:09:20 +02:00
Remove redundant header inclusions
This commit is contained in:
@@ -22,7 +22,6 @@
|
|||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "glib.h"
|
|
||||||
#include "gunibreak.h"
|
#include "gunibreak.h"
|
||||||
|
|
||||||
#define TPROP_PART1(Page, Char) \
|
#define TPROP_PART1(Page, Char) \
|
||||||
|
@@ -4,6 +4,9 @@
|
|||||||
#ifndef BREAKTABLES_H
|
#ifndef BREAKTABLES_H
|
||||||
#define BREAKTABLES_H
|
#define BREAKTABLES_H
|
||||||
|
|
||||||
|
#include <glib/gtypes.h>
|
||||||
|
#include <glib/gunicode.h>
|
||||||
|
|
||||||
#define G_UNICODE_DATA_VERSION "5.1.0"
|
#define G_UNICODE_DATA_VERSION "5.1.0"
|
||||||
|
|
||||||
#define G_UNICODE_LAST_CHAR 0x10FFFF
|
#define G_UNICODE_LAST_CHAR 0x10FFFF
|
||||||
|
Reference in New Issue
Block a user