aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/os_unix.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/os_unix.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/os_unix.c')
-rw-r--r--src/nvim/os_unix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/os_unix.c b/src/nvim/os_unix.c
index 8ab61045dc..3bf1198b46 100644
--- a/src/nvim/os_unix.c
+++ b/src/nvim/os_unix.c
@@ -46,7 +46,6 @@
#include "nvim/tempfile.h"
#include "nvim/term.h"
#include "nvim/types.h"
-#include "nvim/ui.h"
#include "nvim/os/os.h"
#include "nvim/os/time.h"
#include "nvim/os/event.h"