summaryrefslogtreecommitdiffstats
path: root/stream/stream_vcd.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_vcd.c')
-rw-r--r--stream/stream_vcd.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/stream/stream_vcd.c b/stream/stream_vcd.c
index 0dae3731fb..8093088456 100644
--- a/stream/stream_vcd.c
+++ b/stream/stream_vcd.c
@@ -22,10 +22,10 @@
#include <windows.h>
#endif
-#include "mp_msg.h"
+#include "core/mp_msg.h"
#include "stream.h"
-#include "m_option.h"
-#include "m_struct.h"
+#include "core/m_option.h"
+#include "core/m_struct.h"
#include <fcntl.h>
#include <stdlib.h>
@@ -47,7 +47,7 @@
#include "vcd_read.h"
#endif
-#include "libmpdemux/demuxer.h"
+#include "demux/demux.h"
extern char *cdrom_device;