Internal change.

PiperOrigin-RevId: 282373286
This commit is contained in:
leveldb Team
2019-11-25 09:29:06 -08:00
committed by Victor Costan
parent db8352187b
commit 583a42b596
32 changed files with 32 additions and 33 deletions

View File

@@ -4,7 +4,7 @@
#include "util/arena.h"
#include "third_party/googletest/googletest/include/gtest/gtest.h"
#include "gtest/gtest.h"
#include "util/random.h"
namespace leveldb {

View File

@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
#include "third_party/googletest/googletest/include/gtest/gtest.h"
#include "gtest/gtest.h"
#include "leveldb/filter_policy.h"
#include "util/coding.h"
#include "util/logging.h"

View File

@@ -6,7 +6,7 @@
#include <vector>
#include "third_party/googletest/googletest/include/gtest/gtest.h"
#include "gtest/gtest.h"
#include "util/coding.h"
namespace leveldb {

View File

@@ -6,7 +6,7 @@
#include <vector>
#include "third_party/googletest/googletest/include/gtest/gtest.h"
#include "gtest/gtest.h"
namespace leveldb {

View File

@@ -4,7 +4,7 @@
#include "util/crc32c.h"
#include "third_party/googletest/googletest/include/gtest/gtest.h"
#include "gtest/gtest.h"
namespace leveldb {
namespace crc32c {

View File

@@ -13,7 +13,7 @@
#include <unordered_set>
#include <vector>
#include "third_party/googletest/googletest/include/gtest/gtest.h"
#include "gtest/gtest.h"
#include "leveldb/env.h"
#include "port/port.h"
#include "util/env_posix_test_helper.h"

View File

@@ -6,7 +6,7 @@
#include <algorithm>
#include "third_party/googletest/googletest/include/gtest/gtest.h"
#include "gtest/gtest.h"
#include "port/port.h"
#include "port/thread_annotations.h"
#include "util/mutexlock.h"

View File

@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
#include "third_party/googletest/googletest/include/gtest/gtest.h"
#include "gtest/gtest.h"
#include "leveldb/env.h"
#include "port/port.h"
#include "util/env_windows_test_helper.h"

View File

@@ -4,7 +4,7 @@
#include "util/hash.h"
#include "third_party/googletest/googletest/include/gtest/gtest.h"
#include "gtest/gtest.h"
namespace leveldb {

View File

@@ -7,7 +7,7 @@
#include <limits>
#include <string>
#include "third_party/googletest/googletest/include/gtest/gtest.h"
#include "gtest/gtest.h"
#include "leveldb/slice.h"
namespace leveldb {

View File

@@ -8,7 +8,7 @@
#include <cstdlib>
#include <utility>
#include "third_party/googletest/googletest/include/gtest/gtest.h"
#include "gtest/gtest.h"
namespace leveldb {

View File

@@ -6,7 +6,7 @@
#include <utility>
#include "third_party/googletest/googletest/include/gtest/gtest.h"
#include "gtest/gtest.h"
#include "leveldb/slice.h"
namespace leveldb {

View File

@@ -5,8 +5,8 @@
#ifndef STORAGE_LEVELDB_UTIL_TESTUTIL_H_
#define STORAGE_LEVELDB_UTIL_TESTUTIL_H_
#include "third_party/googletest/googlemock/include/gmock/gmock.h"
#include "third_party/googletest/googletest/include/gtest/gtest.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include "helpers/memenv/memenv.h"
#include "leveldb/env.h"
#include "leveldb/slice.h"