1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-08-21 08:45:06 +02:00

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
This commit is contained in:
Jürgen Keil 2001-11-06 17:04:13 +00:00
parent b28daef82e
commit 9e7f791dcb

View File

@ -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>