summaryrefslogtreecommitdiffstats
path: root/audio/decode/ad_pcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/decode/ad_pcm.c')
-rw-r--r--audio/decode/ad_pcm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/decode/ad_pcm.c b/audio/decode/ad_pcm.c
index c265dfcd56..01500b1274 100644
--- a/audio/decode/ad_pcm.c
+++ b/audio/decode/ad_pcm.c
@@ -26,8 +26,8 @@
#include "talloc.h"
#include "config.h"
#include "ad_internal.h"
-#include "libaf/format.h"
-#include "libaf/reorder_ch.h"
+#include "audio/format.h"
+#include "audio/reorder_ch.h"
static const ad_info_t info = {
"Uncompressed PCM audio decoder",