move ascii.h include out of vim.h

This commit is contained in:
Brandon Coleman
2014-06-17 10:22:05 -05:00
committed by Nicolas Hillegeer
parent 8c9cb5f9ef
commit 82b71a3056
65 changed files with 64 additions and 3 deletions

View File

@@ -9,6 +9,7 @@
#include "nvim/move.h"
#include "nvim/screen.h"
#include "nvim/vim.h"
#include "nvim/ascii.h"
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "cursor.c.generated.h"