summaryrefslogtreecommitdiff
path: root/src/stdio/printf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/printf.c')
-rw-r--r--src/stdio/printf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdio/printf.c b/src/stdio/printf.c
index 57684158..0a95fbeb 100644
--- a/src/stdio/printf.c
+++ b/src/stdio/printf.c
@@ -1,6 +1,5 @@
#include <stdio.h>
#include "stdarg.h"
-#include "nonstd/internal.h"
#include "nonstd/io.h"
/** write formatted output **/