Files
neovim/src/nvim/lua/api_wrappers.c
bfredl 442f297c63 refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
These are not needed after #35129 but making uncrustify still play nice
with them was a bit tricky.

Unfortunately `uncrustify --update-config-with-doc` breaks strings
with backslashes. This issue has been reported upstream,
and in the meanwhile auto-update on every single run has been disabled.
2025-08-14 09:34:38 +02:00

18 lines
765 B
C

#include <lauxlib.h> // IWYU pragma: keep
#include <lua.h> // IWYU pragma: keep
#include <lualib.h> // IWYU pragma: keep
#include "nvim/api/private/defs.h" // IWYU pragma: keep
#include "nvim/api/private/dispatch.h" // IWYU pragma: keep
#include "nvim/api/private/helpers.h" // IWYU pragma: keep
#include "nvim/errors.h" // IWYU pragma: keep
#include "nvim/ex_docmd.h" // IWYU pragma: keep
#include "nvim/ex_getln.h" // IWYU pragma: keep
#include "nvim/func_attr.h" // IWYU pragma: keep
#include "nvim/globals.h" // IWYU pragma: keep
#include "nvim/lua/converter.h" // IWYU pragma: keep
#include "nvim/lua/executor.h" // IWYU pragma: keep
#include "nvim/memory.h" // IWYU pragma: keep
#include "lua_api_c_bindings.generated.h" // IWYU pragma: keep