summaryrefslogtreecommitdiff
path: root/src/stdio/stdin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/stdin.c')
-rw-r--r--src/stdio/stdin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdio/stdin.c b/src/stdio/stdin.c
index 329d6d23..5fb14c70 100644
--- a/src/stdio/stdin.c
+++ b/src/stdio/stdin.c
@@ -1,4 +1,3 @@
-#include <stdio.h>
#define stdin __stdin
/** standard input **/
@@ -6,6 +5,7 @@
/***
is the standard input stream.
***/
+
/*
STDC(1)
*/