aboutsummaryrefslogtreecommitdiff
path: root/src/vterm/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vterm/keyboard.c')
-rw-r--r--src/vterm/keyboard.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vterm/keyboard.c b/src/vterm/keyboard.c
index d31c8be12d..7e062c8c02 100644
--- a/src/vterm/keyboard.c
+++ b/src/vterm/keyboard.c
@@ -1,8 +1,7 @@
#include "vterm_internal.h"
-
#include <stdio.h>
-#include "utf8.h"
+#include "nvim/tui/termkey/termkey.h"
void vterm_keyboard_unichar(VTerm *vt, uint32_t c, VTermModifier mod)
{