Remove unnecessary libavutil/internal.h includes
commitd1a54d56965f98777423d6ddd0033c0303c5a098
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 21 Jul 2009 16:44:22 +0000 (21 19:44 +0300)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sun, 26 Jul 2009 03:15:19 +0000 (26 06:15 +0300)
tree2e51ae582f1c5a716f7cb6377f0742b7f66f9f88
parentfdb2f3c8ab4714d9da3189623133e5d3d639f701
Remove unnecessary libavutil/internal.h includes

These includes were added earlier after the definition of the
DECLARE_ALIGNED and DECLARE_ASM_CONST macros were moved to this
header in FFmpeg. However now those macros are again in the public
mem.h header, and there is no need to include internal.h.
libmpcodecs/vf_mcdeint.c
libmpcodecs/vf_pp.c
libmpcodecs/vf_spp.c
mp3lib/dct64_sse.c
mp3lib/sr1.c