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.
This commit is contained in:
Sebastian Hahn
2011-11-09 11:06:37 +01:00
committed by Nick Mathewson
parent 38123ffa23
commit a2ecf131f3
-2
View File
@@ -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;