X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2F_PDCLIB%2F_PDCLIB_closeall.c;h=78bff0b9795f3be9bcfa1de794409a9ca629e801;hb=e1c526e9bad3f6e69391e94059096145390508d3;hp=bc6b417f88871cb0eeb4c16dae0f58c898419a65;hpb=0a419d48138f1411d6e3e50a367b9ece5a2cf893;p=pdclib diff --git a/functions/_PDCLIB/_PDCLIB_closeall.c b/functions/_PDCLIB/_PDCLIB_closeall.c index bc6b417..78bff0b 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). @@ -7,9 +5,9 @@ */ #include -#include <_PDCLIB_io.h> #ifndef REGTEST +#include <_PDCLIB_io.h> extern _PDCLIB_file_t * _PDCLIB_filelist; void _PDCLIB_closeall( void )