[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:
cgyurgyik 2020-07-10 19:12:03 -04:00
parent 854e8f88e9
commit 7859242a37
2 changed files with 0 additions and 3 deletions

View File

@ -58,8 +58,6 @@ add_entrypoint_object(
strchr.cpp
HDRS
strchr.h
DEPENDS
.strlen
)
# Helper to define a function with multiple implementations

View File

@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
#include "src/string/strchr.h"
#include "src/string/strlen.h"
#include "src/__support/common.h"