1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

sgirledec: remove unused headers

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol
2013-04-16 20:46:10 +00:00
parent b05d8d4cf4
commit 9429408cc1

View File

@@ -24,9 +24,7 @@
* SGI RLE 8-bit decoder
*/
#include "libavutil/intreadwrite.h"
#include "avcodec.h"
#include "bytestream.h"
#include "internal.h"
typedef struct SGIRLEContext {