diff options
Diffstat (limited to 'tests/hash-target.cpp')
-rw-r--r-- | tests/hash-target.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/hash-target.cpp b/tests/hash-target.cpp index aeb6688bc..a26ae6059 100644 --- a/tests/hash-target.cpp +++ b/tests/hash-target.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2016, The Monero Project +// Copyright (c) 2014-2017, The Monero Project // // All rights reserved. // @@ -33,7 +33,7 @@ #include <cstring> #include <limits> #include "crypto/hash.h" -#include "cryptonote_core/difficulty.h" +#include "cryptonote_basic/difficulty.h" using namespace std; using cryptonote::check_hash; |