Commit 54631b1b authored by lucabe's avatar lucabe

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


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@21728 b3059339-0415-0410-9bf9-f77b7e298cf2
parent c8bd9629
......@@ -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