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