From 7c447c5c16c7a7c6962fc6f56afa6eb6f79586da Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Tue, 16 Dec 2014 22:29:55 +0100 Subject: [PATCH] Remove unused imports Signed-off-by: Anton Lundin --- src/hw_ostc3.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/hw_ostc3.c b/src/hw_ostc3.c index 00b40eb..c03e055 100644 --- a/src/hw_ostc3.c +++ b/src/hw_ostc3.c @@ -29,8 +29,6 @@ #include "context-private.h" #include "device-private.h" #include "serial.h" -#include "checksum.h" -#include "ringbuffer.h" #include "array.h" #include "aes.h"