move wctype.h include out of vim.h

This commit is contained in:
Brandon Coleman
2014-06-22 20:50:35 -05:00
committed by Nicolas Hillegeer
parent bf219e1442
commit 8cc8164e52
3 changed files with 2 additions and 1 deletions

View File

@@ -287,6 +287,7 @@
#include <inttypes.h>
#include <string.h>
#include <stdlib.h>
#include <wctype.h>
#include "nvim/vim.h"
#include "nvim/ascii.h"