blob: 71330ae9b135f9b33e973ec08629ccd04cb503d9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef NVIM_DIGRAPH_H
#define NVIM_DIGRAPH_H
#include "nvim/ex_cmds_defs.h"
#include "nvim/types.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "digraph.h.generated.h"
#endif
#endif // NVIM_DIGRAPH_H
|