mirror of https://github.com/mpv-player/mpv
Get rid of completely useless includes that in addition hinder compilation
on MinGW git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21639 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8e1126d26e
commit
c825b672f5
|
@ -15,7 +15,6 @@
|
|||
#include <math.h>
|
||||
#include <errno.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "video_out.h"
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/mman.h>
|
||||
#include <signal.h>
|
||||
#include <assert.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue