avcodec/x86/idctdsp: Remove duplicate include

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2017-03-26 01:38:34 +01:00
parent 9dd1573423
commit 73fb40dc87
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
#include <stddef.h>
#include <stdint.h>
#include <stddef.h>
void ff_add_pixels_clamped_mmx(const int16_t *block, uint8_t *pixels,
ptrdiff_t line_size);