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