]> pd.if.org Git - pdclib/blobdiff - includes/stdarg.h
System includes -> local includes.
[pdclib] / includes / stdarg.h
index 2ffc4460dacff2b56a0f45a05a61303df819c002..47ca476d4ddc91b6e9adaeaac10ede16582d296f 100644 (file)
@@ -1,6 +1,4 @@
-/* $Id$ */
-
-/* 7.15 Variable arguments <stdarg.h> 
+/* Variable arguments <stdarg.h> 
 
    This file is part of the Public Domain C Library (PDCLib).
    Permission is granted to use, modify, and / or redistribute at will.
@@ -9,7 +7,7 @@
 #ifndef _PDCLIB_STDARG_H
 #define _PDCLIB_STDARG_H _PDCLIB_STDARG_H
 
-#include <_PDCLIB_config.h>
+#include "_PDCLIB_config.h"
 
 typedef _PDCLIB_va_list va_list;