Skip to content

Commit bfe6b86

Browse files
Put overlay include last
1 parent f3b8d7f commit bfe6b86

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/src/stdio/scanf_core/reader.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@
77
//===----------------------------------------------------------------------===//
88

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

13+
#include "hdr/types/FILE.h"
14+
1415
#include <stddef.h>
1516

1617
namespace LIBC_NAMESPACE_DECL {

0 commit comments

Comments
 (0)