aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJürgen Keil <jk@tools.de>2001-11-06 17:04:13 +0000
committerJürgen Keil <jk@tools.de>2001-11-06 17:04:13 +0000
commit9e7f791dcbfa12fc0e539017479eed45c91bbd3b (patch)
tree9c4f1e46510b71b4f28f99def0e1ab894cf1749f
parentb28daef82ea9914907c61d22ce0c0e38665f7e17 (diff)
downloadffmpeg-9e7f791dcbfa12fc0e539017479eed45c91bbd3b.tar.gz
Remove a few obsolete header includes (fixes a compile error on solaris)
Originally committed as revision 2745 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
-rw-r--r--postproc/yuv2rgb_mlib.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/postproc/yuv2rgb_mlib.c b/postproc/yuv2rgb_mlib.c
index d8d3e0c4bc..669fbae791 100644
--- a/postproc/yuv2rgb_mlib.c
+++ b/postproc/yuv2rgb_mlib.c
@@ -22,13 +22,6 @@
*
*/
-#include <stdio.h>
-#include <stdlib.h>
-
-#include "config.h"
-#include "video_out.h"
-#include "yuv2rgb.h"
-
#include <mlib_types.h>
#include <mlib_status.h>
#include <mlib_sys.h>