aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/api_wrappers.c
blob: 447ba846b4fc34d21826e33249f9294201f9f995 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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

#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "lua_api_c_bindings.generated.h"  // IWYU pragma: keep
#endif