mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
12 lines
348 B
C
12 lines
348 B
C
#pragma once
|
|
|
|
#include "nvim/buffer_defs.h" // IWYU pragma: keep
|
|
#include "nvim/ex_cmds_defs.h" // IWYU pragma: keep
|
|
#include "nvim/pos_defs.h" // IWYU pragma: keep
|
|
#include "nvim/types_defs.h" // IWYU pragma: keep
|
|
#include "nvim/undo_defs.h" // IWYU pragma: export
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "undo.h.generated.h"
|
|
#endif
|