]> pd.if.org Git - pdclib/blobdiff - includes/stdarg.h
Removed the header include guard 'optimization'.
[pdclib] / includes / stdarg.h
index e75cd55c68b8a61cd4e730ed3a317747c83a58ac..2ffc4460dacff2b56a0f45a05a61303df819c002 100644 (file)
@@ -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;