blob: 3624ce29bb3b49793971bbc198bef3ae08e47aee (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#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
|