diff libmpdemux/stream_vcd.c @ 17012:6ff3379a0862

Unify include path handling, -I.. is in CFLAGS.
author diego
date Fri, 18 Nov 2005 14:39:25 +0000
parents 25feca1387e7
children d2d9d011203f
line wrap: on
line diff
--- a/libmpdemux/stream_vcd.c	Fri Nov 18 14:14:21 2005 +0000
+++ b/libmpdemux/stream_vcd.c	Fri Nov 18 14:39:25 2005 +0000
@@ -5,8 +5,8 @@
 #include "mp_msg.h"
 #include "stream.h"
 #include "help_mp.h"
-#include "../m_option.h"
-#include "../m_struct.h"
+#include "m_option.h"
+#include "m_struct.h"
 
 #include <fcntl.h>
 #include <stdlib.h>