# HG changeset patch # User michael # Date 1168824836 0 # Node ID b5ff46799eea2ea28d4513e07468ee584701a001 # Parent cd7c6ff2132ce2c0b13552c0357b3ee376cef491 move #include log.h into the selftesting code where it belongs diff -r cd7c6ff2132c -r b5ff46799eea aes.c --- a/aes.c Mon Jan 15 01:32:06 2007 +0000 +++ b/aes.c Mon Jan 15 01:33:56 2007 +0000 @@ -21,7 +21,6 @@ */ #include "common.h" -#include "log.h" #include "aes.h" typedef struct AVAES{ @@ -182,6 +181,7 @@ } #ifdef TEST +#include "log.h" int main(){ int i,j;