diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2011-11-09 11:06:37 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-11-11 11:47:25 -0500 |
commit | a2ecf131f335132518a94a9a2cd831f8bd66bf56 (patch) | |
tree | 33568c76f3b6acf5504cec776c50d803608ed4dc | |
parent | 38123ffa23355d4607987a9fd0dc7b0595e787a7 (diff) | |
download | tor-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.
-rw-r--r-- | src/common/aes.h | 2 |
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; |