mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 06:58:35 +00:00
10 lines
169 B
C
10 lines
169 B
C
#ifndef NVIM_UNDO_H
|
|
#define NVIM_UNDO_H
|
|
|
|
#include "nvim/undo_defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "undo.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_UNDO_H
|