diff libao2/ao_mpegpes.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_mpegpes.c	Tue Dec 07 00:31:28 2004 +0000
+++ b/libao2/ao_mpegpes.c	Tue Dec 07 02:24:15 2004 +0000
@@ -2,7 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 
-#include "../config.h"
+#include "config.h"
 
 #ifdef HAVE_DVB_HEAD
 #define HAVE_DVB 1
@@ -17,8 +17,8 @@
 
 #include "afmt.h"
 
-#include "../mp_msg.h"
-#include "../help_mp.h"
+#include "mp_msg.h"
+#include "help_mp.h"
 
 #ifdef HAVE_DVB
 #ifndef HAVE_DVB_HEAD