mirror of https://github.com/thesofproject/sof.git
audio: Header files cleanup
Removed unused includes from a header files. Signed-off-by: Pawel Dobrowolski <pawelx.dobrowolski@intel.com>
This commit is contained in:
parent
472458ef71
commit
16d126a36f
|
@ -7,7 +7,6 @@
|
|||
#ifndef __SOF_IPC4_UP_DOWN_MIXER_H__
|
||||
#define __SOF_IPC4_UP_DOWN_MIXER_H__
|
||||
|
||||
#include <sof/compiler_attributes.h>
|
||||
#include "base-config.h"
|
||||
|
||||
/**
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
// Author: Adrian Bonislawski <adrian.bonislawski@intel.com>
|
||||
|
||||
#include <ipc4/up_down_mixer.h>
|
||||
#include <sof/audio/format.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#if CONFIG_COMP_UP_DOWN_MIXER
|
||||
|
|
|
@ -19,29 +19,13 @@
|
|||
#include <sof/audio/buffer.h>
|
||||
#include <sof/audio/format.h>
|
||||
#include <sof/audio/pipeline.h>
|
||||
#include <rtos/panic.h>
|
||||
#include <rtos/idc.h>
|
||||
#include <sof/common.h>
|
||||
#include <sof/list.h>
|
||||
#include <rtos/alloc.h>
|
||||
#include <sof/lib/cpu.h>
|
||||
#include <sof/lib/dai.h>
|
||||
#include <sof/lib/memory.h>
|
||||
#include <sof/lib/perf_cnt.h>
|
||||
#include <sof/math/numbers.h>
|
||||
#include <sof/schedule/schedule.h>
|
||||
#include <rtos/sof.h>
|
||||
#include <sof/trace/trace.h>
|
||||
#include <ipc/control.h>
|
||||
#include <ipc/stream.h>
|
||||
#include <sof/ipc/topology.h>
|
||||
#include <kernel/abi.h>
|
||||
#include <user/trace.h>
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
#include <limits.h>
|
||||
|
||||
struct comp_dev;
|
||||
|
|
|
@ -17,11 +17,7 @@
|
|||
#define __SOF_AUDIO_COMPONENT_INT_H__
|
||||
|
||||
#include <sof/audio/component.h>
|
||||
#include <rtos/idc.h>
|
||||
#include <sof/list.h>
|
||||
#include <ipc/topology.h>
|
||||
#include <kernel/abi.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/** \addtogroup component_api_helpers Component Mgmt API
|
||||
* @{
|
||||
|
|
|
@ -10,14 +10,11 @@
|
|||
|
||||
#include <sof/audio/component_ext.h>
|
||||
#include <sof/audio/ipc-config.h>
|
||||
#include <rtos/bit.h>
|
||||
#include <sof/common.h>
|
||||
#include <sof/trace/trace.h>
|
||||
#include <ipc/stream.h>
|
||||
#include <ipc4/up_down_mixer.h>
|
||||
#include <ipc4/module.h>
|
||||
#include <ipc4/base-config.h>
|
||||
#include <user/trace.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#if !defined(__ASSEMBLER__) && defined(__XTENSA__)
|
||||
|
||||
#include <ipc/trace.h>
|
||||
#include <rtos/panic.h>
|
||||
#define VERIFY_ALIGN
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue