Skip to content

Commit 2d97ba2

Browse files
authored
[libc]: Remove unused includes from strfrom*.cpp (#86657)
Removes unused header includes from `strfrom*()` implementation files.
1 parent 3e6e54e commit 2d97ba2

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

libc/src/stdlib/strfromd.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
#include "src/stdlib/strfromd.h"
1010
#include "src/stdlib/str_from_util.h"
1111

12-
#include <stdarg.h>
13-
#include <stddef.h>
14-
1512
namespace LIBC_NAMESPACE {
1613

1714
LLVM_LIBC_FUNCTION(int, strfromd,

libc/src/stdlib/strfromf.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
#include "src/stdlib/strfromf.h"
1010
#include "src/stdlib/str_from_util.h"
1111

12-
#include <stdarg.h>
13-
#include <stddef.h>
14-
1512
namespace LIBC_NAMESPACE {
1613

1714
LLVM_LIBC_FUNCTION(int, strfromf,

libc/src/stdlib/strfroml.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@
99
#include "src/stdlib/strfroml.h"
1010
#include "src/stdlib/str_from_util.h"
1111

12-
#include <stdarg.h>
13-
#include <stddef.h>
14-
1512
namespace LIBC_NAMESPACE {
1613

1714
LLVM_LIBC_FUNCTION(int, strfroml,

0 commit comments

Comments
 (0)