Skip to content

Commit c530dad

Browse files
authored
[libc] Remove unnecessary stdio.h includes (#98132)
1 parent 9856af6 commit c530dad

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

libc/src/stdio/baremetal/getchar.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#include "src/stdio/getchar.h"
1010
#include "src/__support/OSUtil/io.h"
1111

12-
#include <stdio.h>
13-
1412
namespace LIBC_NAMESPACE {
1513

1614
LLVM_LIBC_FUNCTION(int, getchar, ()) {

libc/src/stdio/puts.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
#ifndef LLVM_LIBC_SRC_STDIO_PUTS_H
1010
#define LLVM_LIBC_SRC_STDIO_PUTS_H
1111

12-
#include <stdio.h>
13-
1412
namespace LIBC_NAMESPACE {
1513

1614
int puts(const char *__restrict str);

0 commit comments

Comments
 (0)