Andreas Rheinhardt: > Also improve the other headers a bit. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > --- > libavcodec/ylc.c | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > > diff --git a/libavcodec/ylc.c b/libavcodec/ylc.c > index 3ea6749ffe..29c10f05da 100644 > --- a/libavcodec/ylc.c > +++ b/libavcodec/ylc.c > @@ -18,21 +18,17 @@ > * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 > USA > */ > > -#include <stdio.h> > -#include <stdlib.h> > #include <string.h> > > #define YLC_VLC_BITS 10 > > -#include "libavutil/imgutils.h" > -#include "libavutil/internal.h" > #include "libavutil/intreadwrite.h" > #include "libavutil/mem.h" > +#include "libavutil/pixfmt.h" > #include "avcodec.h" > #include "bswapdsp.h" > #include "codec_internal.h" > #include "get_bits.h" > -#include "huffyuvdsp.h" > #include "thread.h" > #include "unary.h" >
Will apply this patchset tomorrow unless there are objections. - Andreas _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".