blob: 4a2f8f9e943181ba769d0587392e754f556a7ad4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_EVAL_BUFFER_H
#define NVIM_EVAL_BUFFER_H
#include "nvim/buffer_defs.h"
#include "nvim/eval/typval_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "eval/buffer.h.generated.h"
#endif
#endif // NVIM_EVAL_BUFFER_H
|