]> pd.if.org Git - pdclib/blobdiff - platform/posix/functions/_PDCLIB/_PDCLIB_rename.c
Explicit include path removed.
[pdclib] / platform / posix / functions / _PDCLIB / _PDCLIB_rename.c
index ecfcefb04fc20251b4efb24abbfc59c7d4361cf9..82d687cc10dcd38488f7dca0606d90a7f24484a0 100644 (file)
@@ -7,9 +7,9 @@
 #include <stdio.h>
 
 #ifndef REGTEST
-#include <_PDCLIB_glue.h>
+#include "_PDCLIB_glue.h"
 
-#include </usr/include/errno.h>
+#include <errno.h>
 
 extern int unlink( const char * pathname );
 extern int link( const char * old, const char * new );
@@ -41,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>