X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2F_PDCLIB_closeall.c;h=5f62ca183a095465c9777452c8b42f4d34c096ac;hb=8894c921674bb116d0a7b8f23a55311e7a768019;hp=30cdb9e1b12c4d36fd37b855eeb94e463bbd3c54;hpb=8fe5c57b4d17e5637dac34f797c6530e1b1ce220;p=pdclib diff --git a/functions/_PDCLIB/_PDCLIB_closeall.c b/functions/_PDCLIB/_PDCLIB_closeall.c index 30cdb9e..5f62ca1 100644 --- a/functions/_PDCLIB/_PDCLIB_closeall.c +++ b/functions/_PDCLIB/_PDCLIB_closeall.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /* _PDCLIB_closeall( void ) This file is part of the Public Domain C Library (PDCLib). @@ -9,7 +7,7 @@ #include #ifndef REGTEST -#include <_PDCLIB_io.h> +#include "_PDCLIB_io.h" extern _PDCLIB_file_t * _PDCLIB_filelist; void _PDCLIB_closeall( void ) @@ -26,7 +24,7 @@ void _PDCLIB_closeall( void ) #endif #ifdef TEST -#include <_PDCLIB_test.h> +#include "_PDCLIB_test.h" int main( void ) {