diff --git a/clang-tools-extra/include-cleaner/unittests/LocateSymbolTest.cpp b/clang-tools-extra/include-cleaner/unittests/LocateSymbolTest.cpp index d69e25bf8116d2..756757cfd0f09d 100644 --- a/clang-tools-extra/include-cleaner/unittests/LocateSymbolTest.cpp +++ b/clang-tools-extra/include-cleaner/unittests/LocateSymbolTest.cpp @@ -30,8 +30,6 @@ using testing::ElementsAre; using testing::ElementsAreArray; using testing::Eq; using testing::Field; -using testing::Pair; -using testing::UnorderedElementsAre; // A helper for building ASTs and getting decls out of it by name. Example usage // looks like: