mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00

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.
18 lines
765 B
C
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
|