From: Sebastian Hahn Date: Wed, 9 Nov 2011 10:06:37 +0000 (+0100) Subject: Remove the torint.h include from aes.h X-Git-Tag: tor-0.2.3.8-alpha~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2ecf131f335132518a94a9a2cd831f8bd66bf56;p=thirdparty%2Ftor.git 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. --- 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;