aboutsummaryrefslogtreecommitdiff
path: root/ecdsa.c
diff options
context:
space:
mode:
authorPaul Selkirk <paul@psgd.org>2015-10-26 17:35:56 -0400
committerPaul Selkirk <paul@psgd.org>2015-10-29 15:11:43 -0400
commit2e71409d56ada39eb060bcda9aaffb3bd0ef6e24 (patch)
treeb5513d76f225558820042ef081a47d63329487b4 /ecdsa.c
parent7e46c24361b2a89e42b6888e24c12d46109ffbb2 (diff)
Remove unused includes.
Diffstat (limited to 'ecdsa.c')
-rw-r--r--ecdsa.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ecdsa.c b/ecdsa.c
index e2da87e..be97723 100644
--- a/ecdsa.c
+++ b/ecdsa.c
@@ -65,11 +65,7 @@
* in a relatively type-safe manner before calling libtom.
*/
-#include <stdio.h>
#include <stdint.h>
-#include <stdlib.h>
-#include <stddef.h>
-#include <string.h>
#include <assert.h>
#include "hal.h"