rename db/memtablelist.{h,cc}

This commit is contained in:
kailiu 2013-12-10 19:03:13 -08:00
parent c79e595471
commit a82f42b765
4 changed files with 3 additions and 3 deletions

View File

@ -26,7 +26,7 @@
#include "db/log_reader.h"
#include "db/log_writer.h"
#include "db/memtable.h"
#include "db/memtablelist.h"
#include "db/memtable_list.h"
#include "db/merge_context.h"
#include "db/merge_helper.h"
#include "db/prefix_filter_iterator.h"

View File

@ -21,7 +21,7 @@
#include "rocksdb/transaction_log.h"
#include "port/port.h"
#include "util/stats_logger.h"
#include "memtablelist.h"
#include "memtable_list.h"
namespace rocksdb {

View File

@ -3,7 +3,7 @@
// LICENSE file in the root directory of this source tree. An additional grant
// of patent rights can be found in the PATENTS file in the same directory.
//
#include "db/memtablelist.h"
#include "db/memtable_list.h"
#include <string>
#include "rocksdb/db.h"