Browse Source

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
main
Chris Mumford 3 years ago
committed by Chris Mumford
parent
commit
2a47801868
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      db/db_test.cc

+ 1
- 1
db/db_test.cc View File

@ -9,7 +9,7 @@
#include <string> #include <string>
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include "third_party/benchmark/include/benchmark/benchmark.h"
#include "benchmark/benchmark.h"
#include "db/db_impl.h" #include "db/db_impl.h"
#include "db/filename.h" #include "db/filename.h"
#include "db/version_set.h" #include "db/version_set.h"

Loading…
Cancel
Save