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:
Philip Kaufmann 2013-07-24 10:57:03 +02:00
parent 0a740650a5
commit 852605d8d1
1 changed files with 0 additions and 3 deletions

View File

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