Remove #include <stdarg.h>

This commit is contained in:
eutro 2021-12-16 13:07:37 +00:00
parent 0b3f94898b
commit 2853e727b7

View File

@ -62,7 +62,6 @@
#include <stdlib.h> // Required for: malloc(), calloc(), realloc(), free(), atoi(), strtol()
#include <stdio.h> // Required for: printf(), fopen(), fseek(), ftell(), fread(), fclose()
#include <stdbool.h> // Required for: bool
#include <stdarg.h> // Required for: va_list, va_start, va_arg
#define MAX_FUNCS_TO_PARSE 512 // Maximum number of functions to parse
#define MAX_STRUCTS_TO_PARSE 64 // Maximum number of structures to parse