aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ui.c
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-12-12 15:40:21 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-12-17 19:03:18 +0100
commit69bc519b53ebf78fd95c8256468e7d538ebcb948 (patch)
treeeeff39a8b6478da10c8d6b394617cc273e5e0d34 /src/nvim/ui.c
parentc0cb1e8e9437b738c8d3232ec4594113d2221bb2 (diff)
downloadrneovim-69bc519b53ebf78fd95c8256468e7d538ebcb948.tar.gz
rneovim-69bc519b53ebf78fd95c8256468e7d538ebcb948.tar.bz2
rneovim-69bc519b53ebf78fd95c8256468e7d538ebcb948.zip
refactor: move non-symbols to defs.h headers
Diffstat (limited to 'src/nvim/ui.c')
-rw-r--r--src/nvim/ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/ui.c b/src/nvim/ui.c
index 0fc0c5bf86..1f94e4da63 100644
--- a/src/nvim/ui.c
+++ b/src/nvim/ui.c
@@ -14,6 +14,7 @@
#include "nvim/buffer.h"
#include "nvim/cursor_shape.h"
#include "nvim/drawscreen.h"
+#include "nvim/event/multiqueue.h"
#include "nvim/ex_getln.h"
#include "nvim/gettext.h"
#include "nvim/globals.h"