Skip to content

Commit 2a47801

Browse files
committed
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
1 parent 4a919ea commit 2a47801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

db/db_test.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include <string>
1010

1111
#include "gtest/gtest.h"
12-
#include "third_party/benchmark/include/benchmark/benchmark.h"
12+
#include "benchmark/benchmark.h"
1313
#include "db/db_impl.h"
1414
#include "db/filename.h"
1515
#include "db/version_set.h"

0 commit comments

Comments
 (0)