diff options
author | Riccardo Spagni <ric@spagni.net> | 2017-02-11 00:20:40 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2017-02-11 00:20:41 +0200 |
commit | d1b31c0f45168b1481f64a97653fd7fd8b95c661 (patch) | |
tree | 40066ffa7c7afb28907291c93863d8cfdb14920c /tests/core_proxy | |
parent | Merge pull request #1679 (diff) | |
parent | extract some basic code from libcryptonote_core into libcryptonote_basic (diff) | |
download | monero-d1b31c0f45168b1481f64a97653fd7fd8b95c661.tar.xz |
Merge pull request #1626
8027ce0c extract some basic code from libcryptonote_core into libcryptonote_basic (kenshi84)
Diffstat (limited to 'tests/core_proxy')
-rw-r--r-- | tests/core_proxy/core_proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/core_proxy/core_proxy.h b/tests/core_proxy/core_proxy.h index bec9a83bb..c649f51cc 100644 --- a/tests/core_proxy/core_proxy.h +++ b/tests/core_proxy/core_proxy.h @@ -32,8 +32,8 @@ #include <boost/program_options/variables_map.hpp> -#include "cryptonote_core/cryptonote_basic_impl.h" -#include "cryptonote_core/verification_context.h" +#include "cryptonote_basic/cryptonote_basic_impl.h" +#include "cryptonote_basic/verification_context.h" #include <unordered_map> namespace tests |