From 6207b1398327720a94d706e6e35bd7dc7eb8351a Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Thu, 23 Nov 2017 16:50:42 +0000 Subject: Remove inclusion of header files that we can't rely on due to portability Some non-portable includes are left because they are already suitably guarded. Reviewed-by: Bernd Edlinger (Merged from https://github.com/openssl/openssl/pull/5105) --- crypto/ec/curve448/curve448utils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'crypto/ec/curve448/curve448utils.h') diff --git a/crypto/ec/curve448/curve448utils.h b/crypto/ec/curve448/curve448utils.h index 2487068856..a76754a012 100644 --- a/crypto/ec/curve448/curve448utils.h +++ b/crypto/ec/curve448/curve448utils.h @@ -12,8 +12,6 @@ #ifndef __DECAF_COMMON_H__ #define __DECAF_COMMON_H__ 1 -#include -#include #include #ifdef __cplusplus -- cgit v1.2.3