aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Winget <tewinget@gmail.com>2015-03-10 15:17:46 -0400
committerThomas Winget <tewinget@gmail.com>2015-03-10 15:17:46 -0400
commit5d2a2b7e69dc3cdd8f753fd2efb29633befc61c2 (patch)
tree8189fac61efe86f07dee3c910fb4b35b209105a4 /tests
parentBuild fixed, goofed up some CMake (diff)
downloadmonero-5d2a2b7e69dc3cdd8f753fd2efb29633befc61c2.tar.xz
Fixed includes in BlockchainDB unit tests
Diffstat (limited to 'tests')
-rw-r--r--tests/unit_tests/BlockchainDB.cpp4
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;