summaryrefslogtreecommitdiffstats
path: root/audio/reorder_ch.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/reorder_ch.c')
-rw-r--r--audio/reorder_ch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/reorder_ch.c b/audio/reorder_ch.c
index 50379de2c5..4b51a79439 100644
--- a/audio/reorder_ch.c
+++ b/audio/reorder_ch.c
@@ -25,12 +25,12 @@
#include <inttypes.h>
#include <string.h>
-#include "reorder_ch.h"
+#include "audio/reorder_ch.h"
#ifdef TEST
#define mp_msg(mod,lev, fmt, args... ) printf( fmt, ## args )
#else
-#include "mp_msg.h"
+#include "core/mp_msg.h"
#endif