]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/x86/idctdsp: Remove duplicate include
authorMichael Niedermayer <michael@niedermayer.cc>
Sun, 26 Mar 2017 00:38:34 +0000 (01:38 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 26 Mar 2017 17:17:30 +0000 (19:17 +0200)
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/x86/idctdsp.h

index e2e296ac8111eb2327a9e98148eb1c364cd4b3ad..0d0bdb5f578a3a923cf1786864b768bd608d9b4f 100644 (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);