aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2013-08-08 02:16:56 -0700
committerGavin Andresen <gavinandresen@gmail.com>2013-08-08 02:16:56 -0700
commit6cc766fa55c0d74916d615c69689e9e798bf0aba (patch)
tree58001e70e3d362d424b89f10cfb73ea4d8374c63 /src
parent9d23db58c19117bbadd79aa658e730f703e36f0e (diff)
parent852605d8d1b113bb11ed1f9e5ce2c92ac8fa2005 (diff)
downloadbitcoin-6cc766fa55c0d74916d615c69689e9e798bf0aba.tar.xz
Merge pull request #2856 from Diapolo/crypter_headers
remove windows.h from crypter.cpp includes
Diffstat (limited to 'src')
-rw-r--r--src/crypter.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/crypter.cpp b/src/crypter.cpp
index 32baabd674..754de536a9 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"