blob: ab8584fbb2daa050cfab18830d31183806951285 (
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
|