mirror of
https://github.com/neovim/neovim.git
synced 2026-03-06 00:57:15 +00:00
10 lines
247 B
C
10 lines
247 B
C
#pragma once
|
|
|
|
#include "nvim/normal_defs.h" // IWYU pragma: keep
|
|
#include "nvim/pos_defs.h" // IWYU pragma: keep
|
|
#include "nvim/vim_defs.h" // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "textobject.h.generated.h"
|
|
#endif
|