mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
11 lines
305 B
C
11 lines
305 B
C
#pragma once
|
|
|
|
#include "nvim/buffer_defs.h" // IWYU pragma: keep
|
|
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
|
|
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
|
|
#include "nvim/types_defs.h" // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "match.h.generated.h"
|
|
#endif
|