summaryrefslogtreecommitdiff
path: root/gdk/gdkkeyuni.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/gdkkeyuni.c')
-rw-r--r--gdk/gdkkeyuni.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gdk/gdkkeyuni.c b/gdk/gdkkeyuni.c
index 4282597daf..05ab843c20 100644
--- a/gdk/gdkkeyuni.c
+++ b/gdk/gdkkeyuni.c
@@ -26,7 +26,7 @@
#include "config.h"
#include "gdk.h"
-#include "gdkalias.h"
+
/* Thanks to Markus G. Kuhn <mkuhn@acm.org> for the ksysym<->Unicode
* mapping functions, from the xterm sources.
@@ -1695,6 +1695,3 @@ gdk_unicode_to_keyval (guint32 wc)
*/
return wc | 0x01000000;
}
-
-#define __GDK_KEYUNI_C__
-#include "gdkaliasdef.c"