From 82b71a30569b1db8e78f38b1bc22fa7b088e16fc Mon Sep 17 00:00:00 2001 From: Brandon Coleman Date: Tue, 17 Jun 2014 10:22:05 -0500 Subject: move ascii.h include out of vim.h --- src/nvim/os/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/os/shell.c') diff --git a/src/nvim/os/shell.c b/src/nvim/os/shell.c index ed842ba8b2..68cd2ad527 100644 --- a/src/nvim/os/shell.c +++ b/src/nvim/os/shell.c @@ -4,12 +4,12 @@ #include +#include "nvim/ascii.h" #include "nvim/os/shell.h" #include "nvim/os/signal.h" #include "nvim/types.h" #include "nvim/vim.h" #include "nvim/message.h" -#include "nvim/ascii.h" #include "nvim/memory.h" #include "nvim/term.h" #include "nvim/misc2.h" -- cgit