]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fclose.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdio / fclose.c
index 37349c06881b98291e8a824c30b6d3c808ba3c2a..c80e31d1a09f11e7ed56f2b6c25d48d8ff0657a9 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* fclose( FILE * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -11,7 +9,7 @@
 #include <errno.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_io.h>
+#include "_PDCLIB_io.h"
 #include <threads.h>
 
 extern FILE * _PDCLIB_filelist;
@@ -78,7 +76,7 @@ int fclose( FILE * stream )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 int main( void )
 {