From 67a1fd4053b0d9114db4d7ee1a5eb7871eef18f9 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 7 Dec 2004 02:24:15 +0000 Subject: Make include paths consistent. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14124 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libao2/ao_esd.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libao2/ao_esd.c') diff --git a/libao2/ao_esd.c b/libao2/ao_esd.c index 5cca049731..65f5158f1b 100644 --- a/libao2/ao_esd.c +++ b/libao2/ao_esd.c @@ -16,7 +16,7 @@ * most likely a linux sound card driver problem) */ -#include "../config.h" +#include "config.h" #include #include @@ -35,9 +35,9 @@ #include "audio_out.h" #include "audio_out_internal.h" #include "afmt.h" -#include "../config.h" -#include "../mp_msg.h" -#include "../help_mp.h" +#include "config.h" +#include "mp_msg.h" +#include "help_mp.h" #undef ESD_DEBUG -- cgit v1.2.3