Mercurial > mplayer.hg
diff libao2/ao_esd.c @ 14123:a92101a7eb49
Make include paths consistent.
author | diego |
---|---|
date | Tue, 07 Dec 2004 02:24:15 +0000 |
parents | c1955840883d |
children | 02dffa95fc7e |
line wrap: on
line diff
--- a/libao2/ao_esd.c Tue Dec 07 00:31:28 2004 +0000 +++ b/libao2/ao_esd.c Tue Dec 07 02:24:15 2004 +0000 @@ -16,7 +16,7 @@ * most likely a linux sound card driver problem) */ -#include "../config.h" +#include "config.h" #include <sys/types.h> #include <sys/time.h> @@ -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