mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 23:48:32 +00:00
12 lines
233 B
C
12 lines
233 B
C
#ifndef NVIM_CHANGE_H
|
|
#define NVIM_CHANGE_H
|
|
|
|
#include "nvim/buffer_defs.h" // for buf_T
|
|
#include "nvim/pos.h" // for linenr_T
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "change.h.generated.h"
|
|
#endif
|
|
|
|
#endif // NVIM_CHANGE_H
|