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/gpattern.c | |
parent | c243905c95e012eb295ee5487087043ce4a4027b (diff) | |
download | glib-2e53e50244b85d7e0b5358d617fabc15e8ec8bd7.tar.gz |
glib/: fully remove galias hacks
Diffstat (limited to 'glib/gpattern.c')
-rw-r--r-- | glib/gpattern.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/glib/gpattern.c b/glib/gpattern.c index 33e4aac2c..1c37e98e6 100644 --- a/glib/gpattern.c +++ b/glib/gpattern.c @@ -28,7 +28,6 @@ #include "gmem.h" #include "gunicode.h" #include "gutils.h" -#include "galias.h" /** * SECTION: patterns @@ -441,6 +440,3 @@ g_pattern_match_simple (const gchar *pattern, return ergo; } - -#define __G_PATTERN_C__ -#include "galiasdef.c" |