Remove unneeded include

pull/339/head
Jeffrey Walton 2016-11-12 04:23:36 -05:00
parent fe9c168ca8
commit 7c7cb15f36
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 0 additions and 4 deletions

View File

@ -87,10 +87,6 @@ and getting us started on the manual.
#include "stdcpp.h" #include "stdcpp.h"
#include "trap.h" #include "trap.h"
#if defined(CRYPTOPP_BSD_AVAILABLE) || defined(CRYPTOPP_UNIX_AVAILABLE)
# include <signal.h>
#endif
#if CRYPTOPP_MSC_VERSION #if CRYPTOPP_MSC_VERSION
# pragma warning(push) # pragma warning(push)
# pragma warning(disable: 4127 4189 4702) # pragma warning(disable: 4127 4189 4702)