[libc] [Obvious] Remove unneeded header in strchr.
Reviewers: sivachandra Reviewed By: sivachandra Subscribers: mgorny, tschuett, ecnelises, libc-commits Tags: #libc-project Differential Revision: https://reviews.llvm.org/D83589
This commit is contained in:
parent
854e8f88e9
commit
7859242a37
|
@ -58,8 +58,6 @@ add_entrypoint_object(
|
|||
strchr.cpp
|
||||
HDRS
|
||||
strchr.h
|
||||
DEPENDS
|
||||
.strlen
|
||||
)
|
||||
|
||||
# Helper to define a function with multiple implementations
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "src/string/strchr.h"
|
||||
#include "src/string/strlen.h"
|
||||
|
||||
#include "src/__support/common.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue