mirror of
https://github.com/mpv-player/mpv
synced 2024-12-25 08:12:17 +00:00
Remove useless include (not needed now that libswscale uses libavutil)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21728 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ba87b6cd71
commit
b16725e8b1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user