From 2a47801868e223fd10af272ed9fbd8b699711aae Mon Sep 17 00:00:00 2001 From: Chris Mumford Date: Tue, 16 Feb 2021 15:38:44 -0800 Subject: Use partial path to benchmark/benchmark.h. Using the partial path offers more flexibility to projects which may checkout google/benchmark to a different location. PiperOrigin-RevId: 357819911 --- db/db_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'db') diff --git a/db/db_test.cc b/db/db_test.cc index eb8d60c..908b41d 100644 --- a/db/db_test.cc +++ b/db/db_test.cc @@ -9,7 +9,7 @@ #include #include "gtest/gtest.h" -#include "third_party/benchmark/include/benchmark/benchmark.h" +#include "benchmark/benchmark.h" #include "db/db_impl.h" #include "db/filename.h" #include "db/version_set.h" -- cgit v1.2.1