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