mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-28 13:02:38 +02:00
remove windows.h from crypter.cpp includes
- remove an unneeded windows.h include (comes from allocators.h, which is included in crypter.h)
This commit is contained in:
parent
0a740650a5
commit
852605d8d1
@ -6,9 +6,6 @@
|
||||
#include <openssl/evp.h>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "crypter.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user