[FFmpeg-cvslog] lavc/roqvideodec: remove useless headers
Stefano Sabatini
git at videolan.org
Mon Sep 24 12:06:40 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Sun Sep 9 11:10:05 2012 +0200| [d2c70ec07f6580af8584c4b4fc6d51abd5913356] | committer: Stefano Sabatini
lavc/roqvideodec: remove useless headers
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d2c70ec07f6580af8584c4b4fc6d51abd5913356
---
libavcodec/roqvideodec.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libavcodec/roqvideodec.c b/libavcodec/roqvideodec.c
index f6bf67d..1e2915e 100644
--- a/libavcodec/roqvideodec.c
+++ b/libavcodec/roqvideodec.c
@@ -25,10 +25,6 @@
* http://www.csse.monash.edu.au/~timf/
*/
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
#include "avcodec.h"
#include "bytestream.h"
#include "roqvideo.h"
More information about the ffmpeg-cvslog
mailing list