diff options
Diffstat (limited to 'src/nvim/digraph.h')
-rw-r--r-- | src/nvim/digraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/digraph.h b/src/nvim/digraph.h index 80b4148213..039fc3370d 100644 --- a/src/nvim/digraph.h +++ b/src/nvim/digraph.h @@ -1,8 +1,8 @@ #ifndef NVIM_DIGRAPH_H #define NVIM_DIGRAPH_H -#include "nvim/ex_cmds_defs.h" #include "nvim/eval/funcs.h" +#include "nvim/ex_cmds_defs.h" #include "nvim/types.h" #ifdef INCLUDE_GENERATED_DECLARATIONS |