mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
move wctype.h include out of vim.h
This commit is contained in:
parent
bf219e1442
commit
8cc8164e52
@ -79,6 +79,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/ascii.h"
|
||||
|
@ -287,6 +287,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <wctype.h>
|
||||
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/ascii.h"
|
||||
|
@ -96,7 +96,6 @@ typedef uint32_t u8char_T;
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
#include <wctype.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
/* ================ end of the header file puzzle =============== */
|
||||
|
Loading…
Reference in New Issue
Block a user