mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
Remove unnecessary kd.h #include.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31060 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9cef48bac7
commit
ca555e249f
@ -33,12 +33,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __linux__
|
||||
#include <linux/kd.h>
|
||||
#else
|
||||
#include <sys/kd.h>
|
||||
#endif
|
||||
//#include <sys/kd.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "video_out.h"
|
||||
|
Loading…
Reference in New Issue
Block a user