From 5b0d96c6b48482bc434d735b35089bbfc8751742 Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 28 Oct 2004 01:15:53 +0000 Subject: Handle "xxx.h" vs "../xxx.h" include paths in a consistent way. Based on a patch by Sebastian Hegler . git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13788 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/vo_directx.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libvo/vo_directx.c') diff --git a/libvo/vo_directx.c b/libvo/vo_directx.c index 0ae1297e86..850c41aec7 100644 --- a/libvo/vo_directx.c +++ b/libvo/vo_directx.c @@ -28,10 +28,10 @@ #include "video_out.h" #include "video_out_internal.h" #include "fastmemcpy.h" -#include "../input/input.h" -#include "../osdep/keycodes.h" -#include "../input/mouse.h" -#include "../mp_msg.h" +#include "input/input.h" +#include "osdep/keycodes.h" +#include "input/mouse.h" +#include "mp_msg.h" #include "aspect.h" #include "geometry.h" -- cgit v1.2.3