blob: 053e62fdde2a0c2f3091f1b63bdf2b19e12befc4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
#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 */
|