mirror of
https://github.com/neovim/neovim.git
synced 2025-11-27 04:30:41 +00:00
move locale.h include out of vim.h
This commit is contained in:
committed by
Nicolas Hillegeer
parent
82b71a3056
commit
b18ca14ef8
@@ -25,6 +25,9 @@
|
||||
#include "nvim/getchar.h"
|
||||
#include "nvim/hashtab.h"
|
||||
#include "nvim/if_cscope.h"
|
||||
#ifdef HAVE_LOCALE_H
|
||||
# include <locale.h>
|
||||
#endif
|
||||
#include "nvim/mark.h"
|
||||
#include "nvim/mbyte.h"
|
||||
#include "nvim/memline.h"
|
||||
|
||||
Reference in New Issue
Block a user