浏览代码

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.
Sebastian Hahn 12 年之前
父节点
当前提交
a2ecf131f3
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/common/aes.h

+ 0 - 2
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;