summaryrefslogtreecommitdiff
path: root/glib/gqsort.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gqsort.c')
-rw-r--r--glib/gqsort.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/glib/gqsort.c b/glib/gqsort.c
index 176d44a93..941a0446a 100644
--- a/glib/gqsort.c
+++ b/glib/gqsort.c
@@ -39,7 +39,6 @@
#include <string.h>
#include "glib.h"
-#include "galias.h"
/* Byte-wise swap two items of size SIZE. */
#define SWAP(a, b, size) \
@@ -282,6 +281,3 @@ g_qsort_with_data (gconstpointer pbase,
}
}
}
-
-#define __G_QSORT_C__
-#include "galiasdef.c"