mirror of
https://github.com/neovim/neovim.git
synced 2025-10-08 19:06:31 +00:00
11 lines
194 B
C
11 lines
194 B
C
#ifndef NVIM_DIFF_H
|
|
#define NVIM_DIFF_H
|
|
|
|
#include "nvim/pos.h"
|
|
#include "nvim/ex_cmds_defs.h"
|
|
|
|
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
|
# include "diff.h.generated.h"
|
|
#endif
|
|
#endif // NVIM_DIFF_H
|