diff --git a/libc/test/src/search/hsearch_test.cpp b/libc/test/src/search/hsearch_test.cpp index f7d94791f2bc0..01805d8f5b4da 100644 --- a/libc/test/src/search/hsearch_test.cpp +++ b/libc/test/src/search/hsearch_test.cpp @@ -15,7 +15,6 @@ #include "src/search/hsearch.h" #include "test/UnitTest/ErrnoSetterMatcher.h" #include "test/UnitTest/Test.h" -#include TEST(LlvmLibcHsearchTest, CreateTooLarge) { using LIBC_NAMESPACE::testing::ErrnoSetterMatcher::Fails; diff --git a/libc/test/src/sys/mman/linux/mlock_test.cpp b/libc/test/src/sys/mman/linux/mlock_test.cpp index 804038a68a7e0..c6e459276a8fb 100644 --- a/libc/test/src/sys/mman/linux/mlock_test.cpp +++ b/libc/test/src/sys/mman/linux/mlock_test.cpp @@ -23,8 +23,6 @@ #include "test/UnitTest/LibcTest.h" #include "test/UnitTest/Test.h" -#include -#include #include #include #include