mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
move stdarg.h include out of vim.h
This commit is contained in:
parent
e69cfa6c15
commit
b94d07b046
@ -11,6 +11,7 @@
|
||||
*/
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
|
@ -14,6 +14,7 @@
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
|
||||
|
@ -95,7 +95,6 @@ typedef uint32_t u8char_T;
|
||||
#include <errno.h>
|
||||
|
||||
|
||||
#include <stdarg.h>
|
||||
|
||||
/* ================ end of the header file puzzle =============== */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user