]> pd.if.org Git - pdclib/blobdiff - functions/stdio/rename.c
Whitespace cleanups.
[pdclib] / functions / stdio / rename.c
index a3583e67571bd8b72b20f992aed6ebcc73ed1d55..cba22c8515a1c0a49170ec9f91a9f685b93547e7 100644 (file)
@@ -7,7 +7,8 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+
+#include "_PDCLIB_glue.h"
 
 #include <string.h>
 
@@ -31,7 +32,8 @@ int rename( const char * old, const char * new )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+
+#include "_PDCLIB_test.h"
 
 #include <stdlib.h>
 
@@ -80,4 +82,3 @@ int main( void )
 }
 
 #endif
-