mirror of
https://github.com/neovim/neovim.git
synced 2026-08-29 10:31:48 +00:00
move errno.h include out of vim.h
This commit is contained in:
committed by
Nicolas Hillegeer
parent
b94d07b046
commit
0fff487690
@@ -1,5 +1,6 @@
|
||||
// Various routines dealing with allocation and deallocation of memory.
|
||||
|
||||
#include <errno.h>
|
||||
#include <inttypes.h>
|
||||
#include <string.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
Reference in New Issue
Block a user