blob: aa89a5b6254df78f938e6e837ee219eb85acfc44 (
plain) (
blame)
| 1
2
3
4
5
6
7
8
9
10
11
 | #ifndef NVIM_MARK_H
#define NVIM_MARK_H
#include "nvim/buffer_defs.h"
#include "nvim/mark_defs.h"
#include "nvim/pos.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "mark.h.generated.h"
#endif
#endif  // NVIM_MARK_H
 |