summaryrefslogtreecommitdiff
path: root/glib/gspawn.c
diff options
context:
space:
mode:
authorRyan Lortie <desrt@desrt.ca>2010-07-07 19:34:03 -0400
committerRyan Lortie <desrt@desrt.ca>2010-07-07 19:34:35 -0400
commit2e53e50244b85d7e0b5358d617fabc15e8ec8bd7 (patch)
treee114852650b0ba068eaef29c4ea50dc29bc8bbfe /glib/gspawn.c
parentc243905c95e012eb295ee5487087043ce4a4027b (diff)
downloadglib-2e53e50244b85d7e0b5358d617fabc15e8ec8bd7.tar.gz
glib/: fully remove galias hacks
Diffstat (limited to 'glib/gspawn.c')
-rw-r--r--glib/gspawn.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/glib/gspawn.c b/glib/gspawn.c
index 1425450b7..c2b814efa 100644
--- a/glib/gspawn.c
+++ b/glib/gspawn.c
@@ -43,7 +43,6 @@
#include "glib.h"
#include "glibintl.h"
-#include "galias.h"
static gint g_execute (const gchar *file,
gchar **argv,
@@ -1677,6 +1676,3 @@ void
g_spawn_close_pid (GPid pid)
{
}
-
-#define __G_SPAWN_C__
-#include "galiasdef.c"