summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-03 20:55:00 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-12-03 20:55:00 +0000
commit44d693368fd4cb613c915a822db7bee801f99c8f (patch)
tree62c9cea3ad562e50a5bb54923b736da1f0717eac /libvo
parentf8f5f378c22eb6ba1cf81503b14bb5a5fe179969 (diff)
downloadmpv-44d693368fd4cb613c915a822db7bee801f99c8f.tar.bz2
mpv-44d693368fd4cb613c915a822db7bee801f99c8f.tar.xz
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
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vo_fbdev.c1
-rw-r--r--libvo/vo_fbdev2.c1
-rw-r--r--libvo/vo_mga.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/libvo/vo_fbdev.c b/libvo/vo_fbdev.c
index 8df2d61c7b..5764dfc239 100644
--- a/libvo/vo_fbdev.c
+++ b/libvo/vo_fbdev.c
@@ -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"
diff --git a/libvo/vo_fbdev2.c b/libvo/vo_fbdev2.c
index 83112ddd86..630139a6e7 100644
--- a/libvo/vo_fbdev2.c
+++ b/libvo/vo_fbdev2.c
@@ -13,7 +13,6 @@
#include <sys/mman.h>
#include <sys/ioctl.h>
-#include "kerneltwosix.h"
#include <linux/fb.h>
#include "config.h"
diff --git a/libvo/vo_mga.c b/libvo/vo_mga.c
index 0c3fd8e2bf..9861c95ed2 100644
--- a/libvo/vo_mga.c
+++ b/libvo/vo_mga.c
@@ -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"