Replace include/leveldb with include/rocksdb.

Summary: Replace include/leveldb with include/rocksdb.

Test Plan:
make clean; make check
make clean; make release

Differential Revision: https://reviews.facebook.net/D12489
This commit is contained in:
Dhruba Borthakur
2013-08-23 08:38:13 -07:00
parent 6f4e3ee3e8
commit 1186192ed1
144 changed files with 369 additions and 373 deletions

View File

@@ -14,10 +14,10 @@
// len: varint32
// data: uint8[len]
#include "leveldb/write_batch.h"
#include "rocksdb/write_batch.h"
#include "leveldb/options.h"
#include "leveldb/statistics.h"
#include "rocksdb/options.h"
#include "rocksdb/statistics.h"
#include "db/dbformat.h"
#include "db/db_impl.h"
#include "db/memtable.h"