Skip to content

Commit 0abb5c3

Browse files
try reorder
1 parent 1bd2181 commit 0abb5c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

libc/src/stdio/scanf_core/reader.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "src/stdio/scanf_core/reader.h"
10-
#include "src/__support/File/file.h"
1110
#include "src/__support/macros/config.h"
1211

13-
#include "hdr/types/FILE.h"
14-
1512
#include <stddef.h>
1613

14+
#include "src/__support/File/file.h"
15+
#include "hdr/types/FILE.h"
16+
1717
namespace LIBC_NAMESPACE_DECL {
1818
namespace scanf_core {
1919

0 commit comments

Comments
 (0)