aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2023-11-27 08:34:06 +0800
committerGitHub <noreply@github.com>2023-11-27 08:34:06 +0800
commit7e2387f41be7cd8304fe48bfa089f2bea155dd5a (patch)
treea42297eb3f19452963d819757163603b55bd611b /src/nvim/lua
parentc2a5105e88758fc27fbcf49909c7790a75810e8a (diff)
downloadrneovim-7e2387f41be7cd8304fe48bfa089f2bea155dd5a.tar.gz
rneovim-7e2387f41be7cd8304fe48bfa089f2bea155dd5a.tar.bz2
rneovim-7e2387f41be7cd8304fe48bfa089f2bea155dd5a.zip
build(clint): more precise check for "defs" headers (#26236)
Diffstat (limited to 'src/nvim/lua')
-rw-r--r--src/nvim/lua/converter.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/nvim/lua/converter.h b/src/nvim/lua/converter.h
index 501db36dbe..a502df80d9 100644
--- a/src/nvim/lua/converter.h
+++ b/src/nvim/lua/converter.h
@@ -1,12 +1,9 @@
#pragma once
-#include <lua.h>
-#include <stdbool.h>
-#include <stdint.h>
+#include <lua.h> // IWYU pragma: keep
-#include "nvim/api/private/defs.h"
-#include "nvim/eval/typval_defs.h"
-#include "nvim/func_attr.h"
+#include "nvim/api/private/defs.h" // IWYU pragma: keep
+#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
#define nlua_pop_Buffer nlua_pop_handle
#define nlua_pop_Window nlua_pop_handle