move stdarg.h include out of vim.h

This commit is contained in:
Brandon Coleman
2014-06-23 00:47:39 -05:00
committed by Nicolas Hillegeer
parent e69cfa6c15
commit b94d07b046
3 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
*/
#include <inttypes.h>
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
#include <stdbool.h>