mirror of
https://github.com/neovim/neovim.git
synced 2025-10-10 03:46:31 +00:00
move ascii.h include out of vim.h
This commit is contained in:

committed by
Nicolas Hillegeer

parent
8c9cb5f9ef
commit
82b71a3056
@@ -5,6 +5,7 @@
|
||||
#include "nvim/api/private/helpers.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/api/private/handle.h"
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/vim.h"
|
||||
#include "nvim/buffer.h"
|
||||
#include "nvim/window.h"
|
||||
|
@@ -4,6 +4,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "nvim/api/vim.h"
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/api/private/helpers.h"
|
||||
#include "nvim/api/private/defs.h"
|
||||
#include "nvim/api/buffer.h"
|
||||
@@ -12,7 +13,6 @@
|
||||
#include "nvim/buffer.h"
|
||||
#include "nvim/window.h"
|
||||
#include "nvim/types.h"
|
||||
#include "nvim/ascii.h"
|
||||
#include "nvim/ex_docmd.h"
|
||||
#include "nvim/screen.h"
|
||||
#include "nvim/memory.h"
|
||||
|
Reference in New Issue
Block a user