Skip to content

Commit 9dd1429

Browse files
committed
Remove unused header files
1 parent a926d0f commit 9dd1429

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

libc/src/stdio/linux/fdopen.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
#include "src/fcntl/fcntl.h"
1616
#include "src/stdio/fseek.h"
1717

18-
#include <stdio.h>
19-
2018
namespace LIBC_NAMESPACE {
2119

2220
LLVM_LIBC_FUNCTION(::FILE *, fdopen, (int fd, const char *mode)) {

libc/test/src/stdio/fdopen_test.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
#include "src/stdio/fputs.h"
1717
#include "src/unistd/close.h"
1818
#include "test/UnitTest/ErrnoSetterMatcher.h"
19-
#include "test/UnitTest/LibcTest.h"
2019
#include "test/UnitTest/Test.h"
2120

2221
#include <sys/stat.h> // For S_IRWXU

0 commit comments

Comments
 (0)