summaryrefslogtreecommitdiff
path: root/src/stdio/rename.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/rename.c')
-rw-r--r--src/stdio/rename.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdio/rename.c b/src/stdio/rename.c
index 10ad7283..068cd73d 100644
--- a/src/stdio/rename.c
+++ b/src/stdio/rename.c
@@ -1,7 +1,6 @@
#include <stdio.h>
#include "errno.h"
#include "nonstd/syscall.h"
-#include "nonstd/internal.h"
/** rename a file **/
int rename(const char *old, const char *new)