aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordundargoc <gocdundar@gmail.com>2023-11-25 17:52:03 +0100
committerdundargoc <33953936+dundargoc@users.noreply.github.com>2023-11-26 12:13:25 +0100
commit17d81ac2abc42b75e46d7212f6d8d9c1fe8d4f0a (patch)
tree24864139db379596180843ef3b1865c32fd8a769 /src
parent38e98754a556404b54d3c28b4272bcacbc3b6b0e (diff)
downloadrneovim-17d81ac2abc42b75e46d7212f6d8d9c1fe8d4f0a.tar.gz
rneovim-17d81ac2abc42b75e46d7212f6d8d9c1fe8d4f0a.tar.bz2
rneovim-17d81ac2abc42b75e46d7212f6d8d9c1fe8d4f0a.zip
build(IWYU): map everything in the C99 specification
Diffstat (limited to 'src')
-rw-r--r--src/nvim/mbyte.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/mbyte.c b/src/nvim/mbyte.c
index 37764498c8..1151e80e4c 100644
--- a/src/nvim/mbyte.c
+++ b/src/nvim/mbyte.c
@@ -32,7 +32,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <wchar.h>
#include <wctype.h>
#include "auto/config.h"