diff aes.c @ 207:b5ff46799eea libavutil

move #include log.h into the selftesting code where it belongs
author michael
date Mon, 15 Jan 2007 01:33:56 +0000
parents cd7c6ff2132c
children d846d66f99e9
line wrap: on
line diff
--- 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;