rename db/memtablelist.{h,cc}

main
kailiu 11 years ago
parent c79e595471
commit a82f42b765
  1. 2
      db/db_impl.cc
  2. 2
      db/db_impl.h
  3. 2
      db/memtable_list.cc
  4. 0
      db/memtable_list.h

@ -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"

@ -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 {

@ -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"
Loading…
Cancel
Save