mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-02-11 06:34:31 +00: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 <openssl/evp.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <string>
|
#include <string>
|
||||||
#ifdef WIN32
|
|
||||||
#include <windows.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "crypter.h"
|
#include "crypter.h"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user