From 5d2a2b7e69dc3cdd8f753fd2efb29633befc61c2 Mon Sep 17 00:00:00 2001 From: Thomas Winget Date: Tue, 10 Mar 2015 15:17:46 -0400 Subject: [PATCH] Fixed includes in BlockchainDB unit tests --- tests/unit_tests/BlockchainDB.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit_tests/BlockchainDB.cpp b/tests/unit_tests/BlockchainDB.cpp index 98cdfc52..4d39d7da 100644 --- a/tests/unit_tests/BlockchainDB.cpp +++ b/tests/unit_tests/BlockchainDB.cpp @@ -33,8 +33,8 @@ #include "gtest/gtest.h" -#include "cryptonote_core/blockchain_db.h" -#include "cryptonote_core/BlockchainDB_impl/db_lmdb.h" +#include "blockchain_db/blockchain_db.h" +#include "blockchain_db/lmdb/db_lmdb.h" #include "cryptonote_core/cryptonote_format_utils.h" using namespace cryptonote;