avutil/aes: Remove duplicate include

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2016-04-23 02:04:23 +02:00
parent 2063f3ed9c
commit a39e3e5e7b
1 changed files with 0 additions and 1 deletions

View File

@ -25,7 +25,6 @@
#include "aes_internal.h"
#include "intreadwrite.h"
#include "timer.h"
#include "aes.h"
const int av_aes_size= sizeof(AVAES);