mirror of
https://github.com/google/leveldb.git
synced 2024-11-24 04:12:14 +08:00
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
This commit is contained in:
parent
4a919ea4f7
commit
2a47801868
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user