diff libao2/ao_arts.c @ 14123:a92101a7eb49

Make include paths consistent.
author diego
date Tue, 07 Dec 2004 02:24:15 +0000
parents c1955840883d
children 815f03b7cee5
line wrap: on
line diff
--- a/libao2/ao_arts.c	Tue Dec 07 00:31:28 2004 +0000
+++ b/libao2/ao_arts.c	Tue Dec 07 02:24:15 2004 +0000
@@ -13,9 +13,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"
 
 #define OBTAIN_BITRATE(a) (((a != AFMT_U8) && (a != AFMT_S8)) ? 16 : 8)