From d2c70ec07f6580af8584c4b4fc6d51abd5913356 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 9 Sep 2012 11:10:05 +0200 Subject: [PATCH] lavc/roqvideodec: remove useless headers --- libavcodec/roqvideodec.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c index f6bf67d3b1..1e2915e923 100644 --- a/libavcodec/roqvideodec.c +++ b/libavcodec/roqvideodec.c @@ -25,10 +25,6 @@ * http://www.csse.monash.edu.au/~timf/ */ -#include -#include -#include - #include "avcodec.h" #include "bytestream.h" #include "roqvideo.h"