Audio: Copier: Remove not necessary header for testbench build

The include of dai-zephyr.h causes IPC4 testbench build to
fail due to further include of Zephyr headers. Since the
copier_generic.c build is not needing it, it can be removed.

The HiFi build version copier_hifi.c is already without
this include.

Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
This commit is contained in:
Seppo Ingalsuo 2024-10-02 13:00:29 +03:00 committed by Kai Vehmanen
parent 10c1cd72d1
commit 77dec14d91
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@
#include <sof/common.h>
#include <ipc/dai.h>
#include "copier.h"
#include <sof/lib/dai-zephyr.h>
LOG_MODULE_DECLARE(copier, CONFIG_SOF_LOG_LEVEL);