From dad628cb0d0f6e93cd13bbff6a7893d51907e97e Mon Sep 17 00:00:00 2001 From: Jacob Barthelmeh Date: Mon, 14 Nov 2016 10:03:19 -0700 Subject: [PATCH] remove include of ec.h in ecc.c --- wolfcrypt/src/ecc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/wolfcrypt/src/ecc.c b/wolfcrypt/src/ecc.c index 400136024..7d92bf5cc 100644 --- a/wolfcrypt/src/ecc.c +++ b/wolfcrypt/src/ecc.c @@ -87,7 +87,6 @@ ECC Curve Sizes: #include -#include #include #include #include