aboutsummaryrefslogtreecommitdiff
path: root/src/common/aes.h
diff options
context:
space:
mode:
authorSebastian Hahn <sebastian@torproject.org>2011-11-09 11:06:37 +0100
committerNick Mathewson <nickm@torproject.org>2011-11-11 11:47:25 -0500
commita2ecf131f335132518a94a9a2cd831f8bd66bf56 (patch)
tree33568c76f3b6acf5504cec776c50d803608ed4dc /src/common/aes.h
parent38123ffa23355d4607987a9fd0dc7b0595e787a7 (diff)
downloadtor-a2ecf131f335132518a94a9a2cd831f8bd66bf56.tar
tor-a2ecf131f335132518a94a9a2cd831f8bd66bf56.tar.gz
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.
Diffstat (limited to 'src/common/aes.h')
-rw-r--r--src/common/aes.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/aes.h b/src/common/aes.h
index eb633dbcc..b2591942b 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;