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/osd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvo/osd.c') diff --git a/libvo/osd.c b/libvo/osd.c index 3c616dc0de..6e11a81b90 100644 --- a/libvo/osd.c +++ b/libvo/osd.c @@ -9,8 +9,8 @@ #include "osd.h" #include "mp_msg.h" #include -#include "../cpudetect.h" -#include "../mangle.h" +#include "cpudetect.h" +#include "mangle.h" extern int verbose; // defined in mplayer.c -- cgit v1.2.3