X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fecies.cpp;h=39fe2d7d1b57071a329e0c741d2f994fa4dae8ba;hb=ea777adaf15afe3c7097a00d20865175536dd712;hp=fe2fb55676432c2febdb383b9bc3d7e24f8b11c7;hpb=92e04fce9c7fc4622a73270719635d314b27e4fb;p=novacoin.git diff --git a/src/ecies.cpp b/src/ecies.cpp index fe2fb55..39fe2d7 100644 --- a/src/ecies.cpp +++ b/src/ecies.cpp @@ -11,7 +11,6 @@ #include "ies.h" #include #include -#include #define SET_ERROR(string) \ sprintf(error, "%s %s:%d", (string), __FILE__, __LINE__)