diff options
Diffstat (limited to 'src/crypter.cpp')
| -rw-r--r-- | src/crypter.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/crypter.cpp b/src/crypter.cpp index 32baabd67..f3b9396da 100644 --- a/src/crypter.cpp +++ b/src/crypter.cpp @@ -1,4 +1,4 @@ -// Copyright (c) 2009-2012 The Bitcoin Developers +// Copyright (c) 2009-2013 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying // file COPYING or http://www.opensource.org/licenses/mit-license.php. @@ -6,9 +6,6 @@ #include <openssl/evp.h> #include <vector> #include <string> -#ifdef WIN32 -#include <windows.h> -#endif #include "crypter.h" |