diff options
Diffstat (limited to 'src/stdio/fprintf.c')
| -rw-r--r-- | src/stdio/fprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdio/fprintf.c b/src/stdio/fprintf.c index 053277d7..e6651076 100644 --- a/src/stdio/fprintf.c +++ b/src/stdio/fprintf.c @@ -1,7 +1,6 @@ #include <stdio.h> #include "stdarg.h" #include "nonstd/io.h" -#include "nonstd/internal.h" /** write formatted output to a file stream **/ int fprintf(FILE * restrict stream, const char * restrict format, ...) |
