aboutsummaryrefslogtreecommitdiff
path: root/src/crypter.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-08-08 02:16:56 -0700
committerGavin Andresen <[email protected]>2013-08-08 02:16:56 -0700
commit6cc766fa55c0d74916d615c69689e9e798bf0aba (patch)
tree58001e70e3d362d424b89f10cfb73ea4d8374c63 /src/crypter.cpp
parentMerge pull request #2883 from codler/patch-5 (diff)
parentremove windows.h from crypter.cpp includes (diff)
downloaddiscoin-6cc766fa55c0d74916d615c69689e9e798bf0aba.tar.xz
discoin-6cc766fa55c0d74916d615c69689e9e798bf0aba.zip
Merge pull request #2856 from Diapolo/crypter_headers
remove windows.h from crypter.cpp includes
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"