include/rocksdb/sst_file_writer.h should not depend on util/mutable_cf_options.h

Summary: I don't think util/mutable_cf_options.h is needed inside include/rocksdb/sst_file_writer.h and it is not allowed. Remove it.

Test Plan: Run all tests

Reviewers: IslamAbdelRahman

Reviewed By: IslamAbdelRahman

Subscribers: lightmark, leveldb, andrewkr, dhruba

Differential Revision: https://reviews.facebook.net/D58827
This commit is contained in:
sdong 2016-05-26 10:27:34 -07:00
parent 345fd73faf
commit 23d4cf483c
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
#include "rocksdb/env.h"
#include "rocksdb/immutable_options.h"
#include "rocksdb/types.h"
#include "util/mutable_cf_options.h"
namespace rocksdb {