1#ifndef NVIM_LUA_CONVERTER_H
2#define NVIM_LUA_CONVERTER_H
3
4#include <lua.h>
5#include <stdbool.h>
6#include <stdint.h>
7
8#include "nvim/api/private/defs.h"
9#include "nvim/func_attr.h"
10#include "nvim/eval.h"
11
12#ifdef INCLUDE_GENERATED_DECLARATIONS
13# include "lua/converter.h.generated.h"
14#endif
15#endif // NVIM_LUA_CONVERTER_H
16