diff libmpdemux/stream_dvd.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents 8d4fb5469efb
children 6ac0b5f0d1ed
line wrap: on
line diff
--- a/libmpdemux/stream_dvd.c	Fri Nov 18 14:14:21 2005 +0000
+++ b/libmpdemux/stream_dvd.c	Fri Nov 18 14:39:25 2005 +0000
@@ -22,8 +22,8 @@
 #define FIRST_PCM_AID 160
 
 #include "stream.h"
-#include "../m_option.h"
-#include "../m_struct.h"
+#include "m_option.h"
+#include "m_struct.h"
 
 /// We keep these 2 for the gui atm, but they will be removed.
 int dvd_title=0;