aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/tui
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-25 11:32:32 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-25 17:41:33 +0100
commita827003e3052c6d9ee7bdb71518182e9bd76317d (patch)
treec1b6276a2c74bfc1f190f518e7d098c78e99b3b9 /src/nvim/tui
parent03b7d35b5485b6a66bcd92027e43c838766bb205 (diff)
downloadrneovim-a827003e3052c6d9ee7bdb71518182e9bd76317d.tar.gz
rneovim-a827003e3052c6d9ee7bdb71518182e9bd76317d.tar.bz2
rneovim-a827003e3052c6d9ee7bdb71518182e9bd76317d.zip
build: rework IWYU mapping files
Create mapping to most of the C spec and some POSIX specific functions. This is more robust than relying files shipped with IWYU.
Diffstat (limited to 'src/nvim/tui')
-rw-r--r--src/nvim/tui/input.c1
-rw-r--r--src/nvim/tui/tui.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/tui/input.c b/src/nvim/tui/input.c
index 9d34cf926f..92856d6d8c 100644
--- a/src/nvim/tui/input.c
+++ b/src/nvim/tui/input.c
@@ -2,7 +2,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <uv.h>
#include "klib/kvec.h"
#include "nvim/api/private/defs.h"
diff --git a/src/nvim/tui/tui.c b/src/nvim/tui/tui.c
index 323227d4c0..4bbdea8def 100644
--- a/src/nvim/tui/tui.c
+++ b/src/nvim/tui/tui.c
@@ -34,6 +34,7 @@
#include "nvim/tui/tui.h"
#include "nvim/types.h"
#include "nvim/ugrid.h"
+#include "nvim/ui.h"
#include "nvim/ui_client.h"
#ifdef MSWIN