mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 08:44:06 +00:00
10 lines
248 B
C
10 lines
248 B
C
#pragma once
|
|
|
|
#include "nvim/eval/typval_defs.h" // IWYU pragma: keep
|
|
#include "nvim/types_defs.h" // IWYU pragma: keep
|
|
#include "nvim/vim_defs.h" // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "move.h.generated.h"
|
|
#endif
|