Mercurial > mplayer.hg
changeset 31018:6ffd2e644c04
Remove unnecessary kd.h #include.
author | diego |
---|---|
date | Sat, 24 Apr 2010 10:47:53 +0000 |
parents | fca6cfc4d5ca |
children | d50e094bfd13 |
files | libvo/vo_directfb2.c |
diffstat | 1 files changed, 1 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/vo_directfb2.c Fri Apr 23 10:22:44 2010 +0000 +++ b/libvo/vo_directfb2.c Sat Apr 24 10:47:53 2010 +0000 @@ -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"