From fb20d201d701b74ec86d6dd552777b277928c26f Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 14 Nov 2005 00:30:37 +0000 Subject: Unify include paths, -I.. is in CFLAGS. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16986 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/timer-darwin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'osdep/timer-darwin.c') diff --git a/osdep/timer-darwin.c b/osdep/timer-darwin.c index b9b537954b..c0fd20c041 100644 --- a/osdep/timer-darwin.c +++ b/osdep/timer-darwin.c @@ -22,8 +22,8 @@ #include #include -#include "../config.h" -#include "../mp_msg.h" +#include "config.h" +#include "mp_msg.h" #include "timer.h" /* global variables */ -- cgit v1.2.3