Browse Source

remove windows.h from crypter.cpp includes

- remove an unneeded windows.h include (comes from allocators.h, which is
  included in crypter.h)
0.10
Philip Kaufmann 12 years ago
parent
commit
852605d8d1
  1. 3
      src/crypter.cpp

3
src/crypter.cpp

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

Loading…
Cancel
Save