[tor-commits] [tor/master] Remove the torint.h include from aes.h

nickm at torproject.org nickm at torproject.org
Fri Nov 11 16:48:00 UTC 2011


commit a2ecf131f335132518a94a9a2cd831f8bd66bf56
Author: Sebastian Hahn <sebastian at torproject.org>
Date:   Wed Nov 9 11:06:37 2011 +0100

    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.
---
 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 eb633db..b259194 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;
 



More information about the tor-commits mailing list