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

@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. See the AUTHORS file for names of contributors.
#include "leveldb/slice_transform.h"
#include "leveldb/slice.h"
#include "rocksdb/slice_transform.h"
#include "rocksdb/slice.h"
namespace leveldb {