Reorganize includes a bit.
[novacoin.git] / src / ecies.cpp
index 215d390..f2a86dd 100644 (file)
@@ -11,7 +11,6 @@
 #include "ies.h"
 #include <iostream>
 #include <vector>
-#include <openssl/ecdh.h>
 
 #define SET_ERROR(string) \
     sprintf(error, "%s %s:%d", (string), __FILE__, __LINE__)