summaryrefslogtreecommitdiff
path: root/db/dbformat_test.cc
diff options
context:
space:
mode:
authorSiying Dong <siying.d@fb.com>2019-05-31 17:19:43 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-05-31 17:23:59 -0700
commit000b9ec217663faad1d0196b28c623149e01e024 (patch)
tree1fba2d1bc3cabd2dd72635e00c89533dbd52e65e /db/dbformat_test.cc
parent79edf0a7a8ab75f60692efd54b1e0ed7da7aafca (diff)
Move some logging related files to logging/ (#5387)
Summary: Many logging related source files are under util/. It will be more structured if they are together. Pull Request resolved: https://github.com/facebook/rocksdb/pull/5387 Differential Revision: D15579036 Pulled By: siying fbshipit-source-id: 3850134ed50b8c0bb40a0c8ae1f184fa4081303f
Diffstat (limited to 'db/dbformat_test.cc')
-rw-r--r--db/dbformat_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/dbformat_test.cc b/db/dbformat_test.cc
index f4665b06c..9ec1bc343 100644
--- a/db/dbformat_test.cc
+++ b/db/dbformat_test.cc
@@ -8,8 +8,8 @@
// found in the LICENSE file. See the AUTHORS file for names of contributors.
#include "db/dbformat.h"
+#include "logging/logging.h"
#include "test_util/testharness.h"
-#include "util/logging.h"
namespace rocksdb {