1#ifndef NVIM_MEMLINE_H
2#define NVIM_MEMLINE_H
3
4#include "nvim/types.h"
5#include "nvim/pos.h" // for pos_T, linenr_T, colnr_T
6#include "nvim/buffer_defs.h" // for buf_T
7
8#ifdef INCLUDE_GENERATED_DECLARATIONS
9# include "memline.h.generated.h"
10#endif
11#endif // NVIM_MEMLINE_H
12