mirror of
https://github.com/monero-project/monero.git
synced 2026-01-22 12:24:30 +01:00
Fixed includes in BlockchainDB unit tests
This commit is contained in:
@@ -33,8 +33,8 @@
|
|||||||
|
|
||||||
#include "gtest/gtest.h"
|
#include "gtest/gtest.h"
|
||||||
|
|
||||||
#include "cryptonote_core/blockchain_db.h"
|
#include "blockchain_db/blockchain_db.h"
|
||||||
#include "cryptonote_core/BlockchainDB_impl/db_lmdb.h"
|
#include "blockchain_db/lmdb/db_lmdb.h"
|
||||||
#include "cryptonote_core/cryptonote_format_utils.h"
|
#include "cryptonote_core/cryptonote_format_utils.h"
|
||||||
|
|
||||||
using namespace cryptonote;
|
using namespace cryptonote;
|
||||||
|
|||||||
Reference in New Issue
Block a user