aboutsummaryrefslogtreecommitdiff
path: root/src/crypter.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <[email protected]>2013-07-24 10:57:03 +0200
committerPhilip Kaufmann <[email protected]>2013-07-24 22:35:44 +0200
commit852605d8d1b113bb11ed1f9e5ce2c92ac8fa2005 (patch)
treecc2b928f7cc5a37567cd6a85806706b65f990830 /src/crypter.cpp
parentMerge pull request #2795 from fanquake/log_aborted_rebuilds (diff)
downloaddiscoin-852605d8d1b113bb11ed1f9e5ce2c92ac8fa2005.tar.xz
discoin-852605d8d1b113bb11ed1f9e5ce2c92ac8fa2005.zip
remove windows.h from crypter.cpp includes
- remove an unneeded windows.h include (comes from allocators.h, which is included in crypter.h)
Diffstat (limited to 'src/crypter.cpp')
-rw-r--r--src/crypter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crypter.cpp b/src/crypter.cpp
index 32baabd67..754de536a 100644
--- a/src/crypter.cpp
+++ b/src/crypter.cpp
@@ -6,9 +6,6 @@
#include <openssl/evp.h>
#include <vector>
#include <string>
-#ifdef WIN32
-#include <windows.h>
-#endif
#include "crypter.h"