From a2ecf131f335132518a94a9a2cd831f8bd66bf56 Mon Sep 17 00:00:00 2001 From: Sebastian Hahn Date: Wed, 9 Nov 2011 11:06:37 +0100 Subject: [PATCH] Remove the torint.h include from aes.h This hasn't been needed for a while, there's nothing in aes.h now that would need uint* stuff. --- src/common/aes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/common/aes.h b/src/common/aes.h index eb633dbcce..b2591942bc 100644 --- a/src/common/aes.h +++ b/src/common/aes.h @@ -13,8 +13,6 @@ * \brief Headers for aes.c */ -#include "torint.h" - struct aes_cnt_cipher; typedef struct aes_cnt_cipher aes_cnt_cipher_t;