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/undo.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nvim/undo.c') diff --git a/src/nvim/undo.c b/src/nvim/undo.c index 5969f2dc7c..a34ab90513 100644 --- a/src/nvim/undo.c +++ b/src/nvim/undo.c @@ -83,6 +83,7 @@ #include #include "nvim/vim.h" +#include "nvim/ascii.h" #include "nvim/undo.h" #include "nvim/cursor.h" #include "nvim/edit.h" -- cgit