aboutsummaryrefslogtreecommitdiff
path: root/src/common/password.cpp
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/common/password.cpp
parentepee: remove dependency on common (diff)
downloadmonero-fdd4c5e5770c2765afd7734550dc80e31a480045.tar.xz
move memwipe to epee to avoid common<->crypto circular dependencies
Diffstat (limited to 'src/common/password.cpp')
-rw-r--r--src/common/password.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/password.cpp b/src/common/password.cpp
index dc0856160..011123300 100644
--- a/src/common/password.cpp
+++ b/src/common/password.cpp
@@ -46,7 +46,7 @@
#include "readline_buffer.h"
#endif
-#include "common/memwipe.h"
+#include "memwipe.h"
namespace
{