move memwipe to epee to avoid common<->crypto circular dependencies

This commit is contained in:
moneromooo-monero 2017-12-21 14:51:29 +00:00
parent 40ab12a773
commit fdd4c5e577
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
9 changed files with 10 additions and 12 deletions

View file

@ -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"