summaryrefslogtreecommitdiff
path: root/table/sst_file_writer.cc
diff options
context:
space:
mode:
authorSiying Dong <siying.d@fb.com>2019-05-30 17:39:43 -0700
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>2019-05-30 17:44:09 -0700
commit8843129ecef255a70f186e095063b4e79b2b0c73 (patch)
treec22c0507f20963573b31b844912b17ce2851d41b /table/sst_file_writer.cc
parentf1302ebab8c39ba441a33e73b8e37d75d53efa22 (diff)
Move some memory related files from util/ to memory/ (#5382)
Summary: Move arena, allocator, and memory tools under util to a separate memory/ directory. Pull Request resolved: https://github.com/facebook/rocksdb/pull/5382 Differential Revision: D15564655 Pulled By: siying fbshipit-source-id: 9cd6b5d0d3d52b39606e19221fa154596e5852a5
Diffstat (limited to 'table/sst_file_writer.cc')
-rw-r--r--table/sst_file_writer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/table/sst_file_writer.cc b/table/sst_file_writer.cc
index 69993492d..b53f3161e 100644
--- a/table/sst_file_writer.cc
+++ b/table/sst_file_writer.cc
@@ -11,8 +11,8 @@
#include "rocksdb/table.h"
#include "table/block_based/block_based_table_builder.h"
#include "table/sst_file_writer_collectors.h"
-#include "util/file_reader_writer.h"
#include "test_util/sync_point.h"
+#include "util/file_reader_writer.h"
namespace rocksdb {