mirror of
https://github.com/neovim/neovim.git
synced 2026-07-02 15:53:13 +00:00
9 lines
198 B
C
9 lines
198 B
C
#pragma once
|
|
|
|
#include "nvim/normal_defs.h" // IWYU pragma: keep
|
|
#include "nvim/pos_defs.h" // IWYU pragma: keep
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "textformat.h.generated.h"
|
|
#endif
|