Skip to content

Commit a82f42b

Browse files
committed
rename db/memtablelist.{h,cc}
1 parent c79e595 commit a82f42b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

db/db_impl.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "db/log_reader.h"
2727
#include "db/log_writer.h"
2828
#include "db/memtable.h"
29-
#include "db/memtablelist.h"
29+
#include "db/memtable_list.h"
3030
#include "db/merge_context.h"
3131
#include "db/merge_helper.h"
3232
#include "db/prefix_filter_iterator.h"

db/db_impl.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#include "rocksdb/transaction_log.h"
2222
#include "port/port.h"
2323
#include "util/stats_logger.h"
24-
#include "memtablelist.h"
24+
#include "memtable_list.h"
2525

2626
namespace rocksdb {
2727

db/memtablelist.cc db/memtable_list.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// LICENSE file in the root directory of this source tree. An additional grant
44
// of patent rights can be found in the PATENTS file in the same directory.
55
//
6-
#include "db/memtablelist.h"
6+
#include "db/memtable_list.h"
77

88
#include <string>
99
#include "rocksdb/db.h"
File renamed without changes.

0 commit comments

Comments
 (0)