-rw-r--r-- | src/stdio/scanf.c | 1 |
diff --git a/src/stdio/scanf.c b/src/stdio/scanf.c index a740056c..bd77699c 100644 --- a/src/stdio/scanf.c +++ b/src/stdio/scanf.c @@ -1,6 +1,5 @@ #include <stdio.h> #include <stdarg.h> -#include "libc.h" int scanf(const char *restrict fmt, ...) { |