]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/rename.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / example / functions / _PDCLIB / rename.c
index a65715dfc4f9dd591b43e0dd5e380024cdf92bfb..8ae31f6b517204f56047d77a43a3f838b362700b 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 /* _PDCLIB_rename( const char *, const char * )
 
    This file is part of the Public Domain C Library (PDCLib).
@@ -9,7 +7,7 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 #include <errno.h>
 
 int _PDCLIB_rename( const char * old, const char * new )
@@ -20,7 +18,7 @@ int _PDCLIB_rename( const char * old, const char * new )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdlib.h>