diff --git a/pp/BUILD b/pp/BUILD index 2a39986e1a..00e286509e 100644 --- a/pp/BUILD +++ b/pp/BUILD @@ -280,7 +280,6 @@ cc_binary( malloc = "@jemalloc", deps = [ ":performance_tests_headers", - "@gtest//:gtest_main", ], ) diff --git a/pp/performance_tests/load_protobuf_wal_and_save_gorilla_to_sharded_wal_test.cpp b/pp/performance_tests/load_protobuf_wal_and_save_gorilla_to_sharded_wal_test.cpp index be0a8f2db1..fc10d5c8fa 100644 --- a/pp/performance_tests/load_protobuf_wal_and_save_gorilla_to_sharded_wal_test.cpp +++ b/pp/performance_tests/load_protobuf_wal_and_save_gorilla_to_sharded_wal_test.cpp @@ -1,7 +1,6 @@ #include #include #include -#include "gtest/gtest.h" #include "bare_bones/lz4_stream.h" #include "load_protobuf_wal_and_save_gorilla_to_sharded_wal_test.h"