mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-12 23:18:14 +01: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:
@@ -6,9 +6,6 @@
|
||||
#include <openssl/evp.h>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include "crypter.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user