summaryrefslogtreecommitdiffstats
path: root/stream/stream_cddb.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_cddb.c')
-rw-r--r--stream/stream_cddb.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/stream/stream_cddb.c b/stream/stream_cddb.c
index 76fdaa95b8..2fc4335b68 100644
--- a/stream/stream_cddb.c
+++ b/stream/stream_cddb.c
@@ -49,8 +49,8 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include "mp_msg.h"
-#include "path.h"
+#include "core/mp_msg.h"
+#include "core/path.h"
#if defined(__linux__)
#include <linux/cdrom.h>
@@ -63,11 +63,11 @@
#elif defined(__APPLE__) || defined(__DARWIN__)
#include <IOKit/storage/IOCDTypes.h>
#include <IOKit/storage/IOCDMediaBSDClient.h>
-#include "mpbswap.h"
+#include "compat/mpbswap.h"
#endif
#include "cdd.h"
-#include "mpcommon.h"
+#include "core/mp_common.h"
#include "stream.h"
#include "network.h"
#include "libavutil/common.h"