blob: 802cdc55837f823bb16a159b1135d7506d6846c0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_UNDO_H
#define NVIM_UNDO_H
#include "nvim/undo_defs.h"
#include "nvim/ex_cmds_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "undo.h.generated.h"
#endif
#endif // NVIM_UNDO_H
|