Commit 19a6be34 authored by Luca Abeni's avatar Luca Abeni

Remove useless include (not needed now that libswscale uses libavutil)

Originally committed as revision 21728 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent a45bc592
......@@ -61,11 +61,6 @@ untested special converters
#include <unistd.h>
#include "config.h"
#include <assert.h>
#ifdef HAVE_MALLOC_H
#include <malloc.h>
#else
#include <stdlib.h>
#endif
#ifdef HAVE_SYS_MMAN_H
#include <sys/mman.h>
#if defined(MAP_ANON) && !defined(MAP_ANONYMOUS)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment