Move a couple of general keymap functions from keycodes.c
[platform/upstream/libxkbcommon.git] / src / xkbcomp / action.c
index d45b143..3c5c5c7 100644 (file)
@@ -55,7 +55,6 @@
 #include "text.h"
 #include "expr.h"
 #include "action.h"
-#include "keycodes.h"
 
 static const ExprDef constTrue = {
     .common = { .type = STMT_EXPR, .next = NULL },