summaryrefslogtreecommitdiff
path: root/src/uterm_input_uxkb.c
diff options
context:
space:
mode:
authorDavid Herrmann <dh.herrmann@googlemail.com>2013-01-07 19:22:38 +0100
committerDavid Herrmann <dh.herrmann@googlemail.com>2013-01-07 19:22:38 +0100
commit2047b56c80b75dd0e7c203f0cbfea92ada761fc5 (patch)
treeaa7f57874d703b612a1bd0c16edb02d8eb3b3ff8 /src/uterm_input_uxkb.c
parent50cfef008b64519592d11b2f35088b7446ff6ff8 (diff)
uterm: move input related API to uterm_input.h
This splits off the uterm-input API from uterm.h to avoid depending on uterm.h everywhere. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Diffstat (limited to 'src/uterm_input_uxkb.c')
-rw-r--r--src/uterm_input_uxkb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uterm_input_uxkb.c b/src/uterm_input_uxkb.c
index d91fd44..582151e 100644
--- a/src/uterm_input_uxkb.c
+++ b/src/uterm_input_uxkb.c
@@ -35,7 +35,7 @@
#include "log.h"
#include "shl_hook.h"
#include "shl_misc.h"
-#include "uterm.h"
+#include "uterm_input.h"
#include "uterm_input_internal.h"
#define LOG_SUBSYSTEM "input_uxkb"