1
0
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:
rfelker 2004-12-03 20:55:00 +00:00
parent f8f5f378c2
commit 44d693368f
3 changed files with 0 additions and 3 deletions

View File

@ -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"

View File

@ -13,7 +13,6 @@
#include <sys/mman.h>
#include <sys/ioctl.h>
#include "kerneltwosix.h"
#include <linux/fb.h>
#include "config.h"

View File

@ -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"