Browse Source

Merge pull request #2856 from Diapolo/crypter_headers

remove windows.h from crypter.cpp includes
0.10
Gavin Andresen 11 years ago
parent
commit
6cc766fa55
  1. 3
      src/crypter.cpp

3
src/crypter.cpp

@ -6,9 +6,6 @@
#include <openssl/evp.h> #include <openssl/evp.h>
#include <vector> #include <vector>
#include <string> #include <string>
#ifdef WIN32
#include <windows.h>
#endif
#include "crypter.h" #include "crypter.h"

Loading…
Cancel
Save