aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/digraph.h
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-04-09 19:14:20 +0300
committerZyX <kp-pav@yandex.ru>2017-04-09 19:14:20 +0300
commitdbe67868b53774443521129ef30d74346592e3bb (patch)
tree2e375812cdb1b4d2e7203cf960560507888d2d02 /src/nvim/digraph.h
parentf5be643205e98fcecc41c0b7ce19a5a22f692f2c (diff)
parent26bf6e6f6f8819a758611a88e0c0b04e38d4b915 (diff)
downloadrneovim-dbe67868b53774443521129ef30d74346592e3bb.tar.gz
rneovim-dbe67868b53774443521129ef30d74346592e3bb.tar.bz2
rneovim-dbe67868b53774443521129ef30d74346592e3bb.zip
Merge branch 'master' into rename-execute
Diffstat (limited to 'src/nvim/digraph.h')
-rw-r--r--src/nvim/digraph.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/digraph.h b/src/nvim/digraph.h
index d0f10eaf78..1b73ccaf3f 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/types.h" // for char_u
-#include "nvim/ex_cmds_defs.h" // for exarg_T
+#include "nvim/types.h"
+#include "nvim/ex_cmds_defs.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "digraph.h.generated.h"