]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Remove the torint.h include from aes.h
authorSebastian Hahn <sebastian@torproject.org>
Wed, 9 Nov 2011 10:06:37 +0000 (11:06 +0100)
committerNick Mathewson <nickm@torproject.org>
Fri, 11 Nov 2011 16:47:25 +0000 (11:47 -0500)
This hasn't been needed for a while, there's nothing in aes.h now that
would need uint* stuff.

src/common/aes.h

index eb633dbcce36a68c85d46a9e3fe6cc86c616f4a4..b2591942bcf59a11399572a9eef47ebc7dcd0f26 100644 (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;