X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=includes%2Fstdarg.h;h=2ffc4460dacff2b56a0f45a05a61303df819c002;hp=e75cd55c68b8a61cd4e730ed3a317747c83a58ac;hb=9f87d9e27e74d9e06e0c93114ffd70a45ee152fa;hpb=912688cd6675234e7dd744cd6971a0d7c1591910 diff --git a/includes/stdarg.h b/includes/stdarg.h index e75cd55..2ffc446 100644 --- a/includes/stdarg.h +++ b/includes/stdarg.h @@ -9,10 +9,7 @@ #ifndef _PDCLIB_STDARG_H #define _PDCLIB_STDARG_H _PDCLIB_STDARG_H -#ifndef _PDCLIB_CONFIG_H -#define _PDCLIB_CONFIG_H _PDCLIB_CONFIG_H #include <_PDCLIB_config.h> -#endif typedef _PDCLIB_va_list va_list;