Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/reent/renamer.c')
-rw-r--r--newlib/libc/reent/renamer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/libc/reent/renamer.c b/newlib/libc/reent/renamer.c
index d3951a28d..4d2d25635 100644
--- a/newlib/libc/reent/renamer.c
+++ b/newlib/libc/reent/renamer.c
@@ -1,7 +1,6 @@
/* Reentrant version of rename system call. */
#include <reent.h>
-#include <stdio.h>
#include <unistd.h>
#include <sys/stat.h>
#include <_syslist.h>