Преглед на файлове

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;