aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/reent/renamer.c
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 d3951a2..4d2d256 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>