mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 02:55:50 +00:00
Make includes relative, change namespace, support unity build
This commit is contained in:
@@ -3,10 +3,10 @@
|
||||
// found in the LICENSE file. See the AUTHORS file for names of contributors.
|
||||
|
||||
#include <stdio.h>
|
||||
#include "port/port.h"
|
||||
#include "hyperleveldb/status.h"
|
||||
#include "../port/port.h"
|
||||
#include "../hyperleveldb/status.h"
|
||||
|
||||
namespace leveldb {
|
||||
namespace hyperleveldb {
|
||||
|
||||
const char* Status::CopyState(const char* state) {
|
||||
uint32_t size;
|
||||
@@ -72,4 +72,4 @@ std::string Status::ToString() const {
|
||||
}
|
||||
}
|
||||
|
||||
} // namespace leveldb
|
||||
} // namespace hyperleveldb
|
||||
|
||||
Reference in New Issue
Block a user