remove HAVE_STDARG_H

This commit is contained in:
Julian Orth
2014-03-15 01:54:29 +01:00
committed by Thiago de Arruda
parent 30160c1561
commit 079c47ed7b
6 changed files with 17 additions and 165 deletions

View File

@@ -140,9 +140,7 @@ typedef unsigned long u8char_T; /* long should be 32 bits or more */
#ifdef HAVE_WCTYPE_H
# include <wctype.h>
#endif
#ifdef HAVE_STDARG_H
# include <stdarg.h>
#endif
#include <stdarg.h>
#if defined(HAVE_SYS_SELECT_H) && \
(!defined(HAVE_SYS_TIME_H) || defined(SYS_SELECT_WITH_SYS_TIME))