mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 06:42:03 +00:00
remove old buggy workaround. kerneltwosix.h itself will be removed soon if this doesn't cause problems
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14095 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
f8f5f378c2
commit
44d693368f
@ -18,7 +18,6 @@
|
||||
#include <sys/mman.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/kd.h>
|
||||
#include "kerneltwosix.h"
|
||||
#include <linux/fb.h>
|
||||
|
||||
#include "config.h"
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
#include <sys/mman.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include "kerneltwosix.h"
|
||||
#include <linux/fb.h>
|
||||
|
||||
#include "config.h"
|
||||
|
@ -14,7 +14,6 @@
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include "kerneltwosix.h"
|
||||
#include <linux/fb.h>
|
||||
|
||||
#include "drivers/mga_vid.h"
|
||||
|
Loading…
Reference in New Issue
Block a user