blob: 2cbe8f753bcc22167a566f030a6ef200c32c4b41 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#include "nvim/buffer_defs.h" // IWYU pragma: keep
#include "nvim/memline_defs.h" // IWYU pragma: export
#include "nvim/pos_defs.h"
#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "memline.h.generated.h"
#endif
|