summaryrefslogtreecommitdiffstats
path: root/stream/stream_cdda.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_cdda.c')
-rw-r--r--stream/stream_cdda.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c
index a014ad14c4..31e29a343f 100644
--- a/stream/stream_cdda.c
+++ b/stream/stream_cdda.c
@@ -29,15 +29,15 @@
#include "talloc.h"
#include "stream.h"
-#include "m_option.h"
-#include "m_struct.h"
+#include "core/m_option.h"
+#include "core/m_struct.h"
#include "libavutil/common.h"
-#include "mpbswap.h"
-#include "libmpdemux/demuxer.h"
+#include "compat/mpbswap.h"
+#include "demux/demux.h"
#include "cdd.h"
-#include "mp_msg.h"
+#include "core/mp_msg.h"
extern char *cdrom_device;