mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
Merge pull request #2856 from Diapolo/crypter_headers
remove windows.h from crypter.cpp includes
This commit is contained in:
commit
6cc766fa55
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue