aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/crypto.h
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2017-12-21 14:51:29 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2018-01-10 01:57:54 +0000
commitfdd4c5e5770c2765afd7734550dc80e31a480045 (patch)
tree9564716b74e971828e0fbdbc6bb13ea8b2362428 /src/crypto/crypto.h
parentepee: remove dependency on common (diff)
downloadmonero-fdd4c5e5770c2765afd7734550dc80e31a480045.tar.xz
move memwipe to epee to avoid common<->crypto circular dependencies
Diffstat (limited to 'src/crypto/crypto.h')
-rw-r--r--src/crypto/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/crypto.h b/src/crypto/crypto.h
index 0ce5e6d7a..a929302c1 100644
--- a/src/crypto/crypto.h
+++ b/src/crypto/crypto.h
@@ -41,7 +41,7 @@
#include "common/pod-class.h"
#include "common/util.h"
-#include "common/memwipe.h"
+#include "memwipe.h"
#include "generic-ops.h"
#include "hex.h"
#include "span.h"