mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 13:38:34 +00:00
move locale.h include out of vim.h
This commit is contained in:

committed by
Nicolas Hillegeer

parent
82b71a3056
commit
b18ca14ef8
@@ -77,10 +77,13 @@
|
||||
*/
|
||||
|
||||
#include <string.h>
|
||||
# include <wchar.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/ascii.h"
|
||||
#ifdef HAVE_LOCALE_H
|
||||
# include <locale.h>
|
||||
#endif
|
||||
#include "nvim/mbyte.h"
|
||||
#include "nvim/charset.h"
|
||||
#include "nvim/cursor.h"
|
||||
@@ -99,7 +102,7 @@
|
||||
#include "nvim/os/os.h"
|
||||
#include "nvim/arabic.h"
|
||||
|
||||
# define WINBYTE BYTE
|
||||
#define WINBYTE BYTE
|
||||
|
||||
typedef struct {
|
||||
int rangeStart;
|
||||
|
Reference in New Issue
Block a user