aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/digraph.c
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-11-27 14:58:04 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-11-27 15:00:30 -0300
commitbf6bb27e79f53646309ba075655465919bc2e60c (patch)
tree90cecee10a75f8035fd0df02629d999853318450 /src/nvim/digraph.c
parenta3534138a815b6387b8e5f7603c7e2a2b1195d78 (diff)
downloadrneovim-bf6bb27e79f53646309ba075655465919bc2e60c.tar.gz
rneovim-bf6bb27e79f53646309ba075655465919bc2e60c.tar.bz2
rneovim-bf6bb27e79f53646309ba075655465919bc2e60c.zip
ui: Remove redundant ui.h includes
Also move read_error_exit to os/input.c
Diffstat (limited to 'src/nvim/digraph.c')
-rw-r--r--src/nvim/digraph.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/digraph.c b/src/nvim/digraph.c
index eb3b35bfb9..440d07aab0 100644
--- a/src/nvim/digraph.c
+++ b/src/nvim/digraph.c
@@ -23,7 +23,6 @@
#include "nvim/normal.h"
#include "nvim/screen.h"
#include "nvim/strings.h"
-#include "nvim/ui.h"
#include "nvim/os/input.h"
typedef int result_T;