summaryrefslogtreecommitdiff
path: root/src/stdio/fscanf_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stdio/fscanf_s.c')
-rw-r--r--src/stdio/fscanf_s.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/stdio/fscanf_s.c b/src/stdio/fscanf_s.c
index de7f9e98..a0b40ba7 100644
--- a/src/stdio/fscanf_s.c
+++ b/src/stdio/fscanf_s.c
@@ -1,6 +1,5 @@
-#include "stdio.h"
-#include "stdio.h"
-#include "stdarg.h"
+#include <stdio.h>
+#include <stdarg.h>
/** read formatted input from a file stream **/
int fscanf_s(FILE * restrict stream, const char * restrict format, ...)