]> pd.if.org Git - pdclib/blobdiff - platform/posix/functions/_PDCLIB/_PDCLIB_rename.c
PDCLib includes with quotes, not <>.
[pdclib] / platform / posix / functions / _PDCLIB / _PDCLIB_rename.c
index cc5a17392d1f9d8ef99822a759f6a8d1acedfd1e..49c89281af520e0824a63851cf26f0d545c4e1a7 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 </usr/include/errno.h>
 
@@ -43,7 +41,7 @@ int _PDCLIB_rename( const char * old, const char * new )
 #endif
 
 #ifdef TEST
-#include <_PDCLIB_test.h>
+#include "_PDCLIB_test.h"
 
 #include <stdlib.h>