]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fclose.c
Whitespace cleanups.
[pdclib] / functions / stdio / fclose.c
index c33860a11ce87741125834bfa5f45ee74fc2896e..7871833c0069c993ef50b89a0595bb4cb96ec1fa 100644 (file)
@@ -8,7 +8,8 @@
 #include <stdlib.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+
+#include "_PDCLIB_glue.h"
 
 extern struct _PDCLIB_file_t * _PDCLIB_filelist;
 
@@ -66,7 +67,8 @@ int fclose( struct _PDCLIB_file_t * stream )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 int main( void )
 {
@@ -97,4 +99,3 @@ int main( void )
 }
 
 #endif
-