Remove unneeded include
parent
fe9c168ca8
commit
7c7cb15f36
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue