diff options
author | Thomas Winget <tewinget@gmail.com> | 2015-03-10 15:17:46 -0400 |
---|---|---|
committer | Thomas Winget <tewinget@gmail.com> | 2015-03-10 15:17:46 -0400 |
commit | 5d2a2b7e69dc3cdd8f753fd2efb29633befc61c2 (patch) | |
tree | 8189fac61efe86f07dee3c910fb4b35b209105a4 /tests | |
parent | Build fixed, goofed up some CMake (diff) | |
download | monero-5d2a2b7e69dc3cdd8f753fd2efb29633befc61c2.tar.xz |
Fixed includes in BlockchainDB unit tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit_tests/BlockchainDB.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit_tests/BlockchainDB.cpp b/tests/unit_tests/BlockchainDB.cpp index 98cdfc526..4d39d7da8 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; |