mirror of
https://github.com/google/leveldb.git
synced 2026-08-18 10:33:27 +08:00
Internal change.
PiperOrigin-RevId: 282373286
This commit is contained in:
committed by
Victor Costan
parent
db8352187b
commit
583a42b596
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace leveldb {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
#include "util/hash.h"
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace leveldb {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
#include <cstdlib>
|
||||
#include <utility>
|
||||
|
||||
#include "third_party/googletest/googletest/include/gtest/gtest.h"
|
||||
#include "gtest/gtest.h"
|
||||
|
||||
namespace leveldb {
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user