Files
neovim/src/nvim/diff.h
2017-04-06 14:48:42 +02:00

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