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:
Chris Mumford 2021-02-16 15:38:44 -08:00 committed by Chris Mumford
parent 4a919ea4f7
commit 2a47801868

View File

@ -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"