changeset 2744:205deb33f8ee

Remove a few obsolete header includes (fixes a compile error on solaris)
author jkeil
date Tue, 06 Nov 2001 17:04:13 +0000
parents 1438574ccdc3
children 62bcea66003e
files postproc/yuv2rgb_mlib.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/postproc/yuv2rgb_mlib.c	Tue Nov 06 16:56:27 2001 +0000
+++ b/postproc/yuv2rgb_mlib.c	Tue Nov 06 17:04:13 2001 +0000
@@ -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>