mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 00:12:19 +01:00 
			
		
		
		
	Remove redundant header inclusions
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user