diff options
author | Ryan Lortie <desrt@desrt.ca> | 2010-07-07 19:34:03 -0400 |
---|---|---|
committer | Ryan Lortie <desrt@desrt.ca> | 2010-07-07 19:34:35 -0400 |
commit | 2e53e50244b85d7e0b5358d617fabc15e8ec8bd7 (patch) | |
tree | e114852650b0ba068eaef29c4ea50dc29bc8bbfe /glib/gunidecomp.c | |
parent | c243905c95e012eb295ee5487087043ce4a4027b (diff) | |
download | glib-2e53e50244b85d7e0b5358d617fabc15e8ec8bd7.tar.gz |
glib/: fully remove galias hacks
Diffstat (limited to 'glib/gunidecomp.c')
-rw-r--r-- | glib/gunidecomp.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/glib/gunidecomp.c b/glib/gunidecomp.c index d0fa97e24..607ceb662 100644 --- a/glib/gunidecomp.c +++ b/glib/gunidecomp.c @@ -27,7 +27,6 @@ #include "gunidecomp.h" #include "gunicomp.h" #include "gunicodeprivate.h" -#include "galias.h" #define CC_PART1(Page, Char) \ @@ -530,6 +529,3 @@ g_utf8_normalize (const gchar *str, return result; } - -#define __G_UNIDECOMP_C__ -#include "galiasdef.c" |