Skip to content

Commit 09194c2

Browse files
clean header file
1 parent cbe1ab0 commit 09194c2

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

libc/src/stdio/scanf_core/reader.h

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,31 +9,16 @@
99
#ifndef LLVM_LIBC_SRC_STDIO_SCANF_CORE_READER_H
1010
#define LLVM_LIBC_SRC_STDIO_SCANF_CORE_READER_H
1111

12-
// has the macro subsitution failure
13-
// #ifdef LIBC_FULL_BUILD
1412
#include "src/__support/File/file.h"
15-
// #endif
16-
1713
#include "src/__support/macros/attributes.h" // For LIBC_INLINE
1814
#include "src/__support/macros/config.h"
19-
#include <stddef.h>
20-
21-
// includes stdio.h
2215
#include "hdr/types/FILE.h"
2316

17+
#include <stddef.h>
2418

25-
#if !defined(LIBC_COPT_STDIO_USE_SYSTEM_FILE)
26-
27-
28-
#endif
2919

3020
namespace LIBC_NAMESPACE_DECL {
3121
namespace scanf_core {
32-
33-
#ifdef LIBC_COPT_STDIO_USE_SYSTEM_FILE
34-
#endif
35-
36-
3722
namespace internal {
3823

3924
#if defined(LIBC_TARGET_ARCH_IS_GPU)

0 commit comments

Comments
 (0)