summaryrefslogtreecommitdiff
path: root/src/stdio/sscanf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/sscanf.c')
-rw-r--r--src/stdio/sscanf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdio/sscanf.c b/src/stdio/sscanf.c
index f6637476..02939338 100644
--- a/src/stdio/sscanf.c
+++ b/src/stdio/sscanf.c
@@ -1,7 +1,6 @@
#include <stdio.h>
#include "stdarg.h"
#include "nonstd/io.h"
-#include "nonstd/internal.h"
/** read formatted input from a string **/
int sscanf(const char * restrict s, const char * restrict format, ...)