diff options
| author | Gavin Andresen <[email protected]> | 2013-08-08 02:16:56 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-08-08 02:16:56 -0700 |
| commit | 6cc766fa55c0d74916d615c69689e9e798bf0aba (patch) | |
| tree | 58001e70e3d362d424b89f10cfb73ea4d8374c63 /src/crypter.cpp | |
| parent | Merge pull request #2883 from codler/patch-5 (diff) | |
| parent | remove windows.h from crypter.cpp includes (diff) | |
| download | discoin-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.cpp | 3 |
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" |