# HG changeset patch # User reimar # Date 1308509608 0 # Node ID 5e2f3d01214a3919a155f2a6ffa236e337c77f02 # Parent ae9746a552dd952cd0729b07b6a4fbbbdf82139c Remove some #includes that are no longer needed. diff -r ae9746a552dd -r 5e2f3d01214a libvo/vo_directx.c --- a/libvo/vo_directx.c Sun Jun 19 18:50:14 2011 +0000 +++ b/libvo/vo_directx.c Sun Jun 19 18:53:28 2011 +0000 @@ -31,14 +31,9 @@ #include "video_out_internal.h" #include "libmpcodecs/vf.h" #include "fastmemcpy.h" -#include "input/input.h" #include "libmpcodecs/vd.h" -#include "osdep/keycodes.h" -#include "input/mouse.h" #include "mp_msg.h" #include "aspect.h" -#include "geometry.h" -#include "mp_fifo.h" #include "sub/sub.h" #include "w32_common.h"