Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürgen Keil <jk@tools.de>2001-11-06 20:04:13 +0300
committerJürgen Keil <jk@tools.de>2001-11-06 20:04:13 +0300
commit9e7f791dcbfa12fc0e539017479eed45c91bbd3b (patch)
tree9c4f1e46510b71b4f28f99def0e1ab894cf1749f /postproc/yuv2rgb_mlib.c
parentb28daef82ea9914907c61d22ce0c0e38665f7e17 (diff)
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
Diffstat (limited to 'postproc/yuv2rgb_mlib.c')
-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>