mirror of
https://github.com/neovim/neovim.git
synced 2026-01-30 00:52:52 +10:00
8 lines
150 B
C
8 lines
150 B
C
#pragma once
|
|
|
|
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "lua/secure.h.generated.h"
|
|
#endif
|