diff options
author | Chris Mumford <cmumford@google.com> | 2021-02-16 15:38:44 -0800 |
---|---|---|
committer | Chris Mumford <cmumford@chromium.org> | 2021-02-16 16:51:09 -0800 |
commit | 2a47801868e223fd10af272ed9fbd8b699711aae (patch) | |
tree | 44f3a6bb88bba9eb8985f1ffcafec9f1f8cad140 /db/db_test.cc | |
parent | 4a919ea4f7cf2b78bb1403e40b4888f592610c5a (diff) | |
download | leveldb-2a47801868e223fd10af272ed9fbd8b699711aae.tar.gz |
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
Diffstat (limited to 'db/db_test.cc')
-rw-r--r-- | db/db_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 <string> #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" |