task: cleanup includes

Cleanups includes in task file.
Unused headers has been removed and needed
has beed added.

Signed-off-by: Tomasz Lauda <tomasz.lauda@linux.intel.com>
This commit is contained in:
Tomasz Lauda 2019-07-12 13:21:09 +02:00 committed by Tomasz Lauda
parent ba56ccac4f
commit c5f9b1d7e9
1 changed files with 13 additions and 13 deletions

View File

@ -8,22 +8,22 @@
* Generic audio task.
*/
#include <sof/agent.h>
#include <sof/audio/component.h>
#include <sof/ipc.h>
#include <sof/platform.h>
#include <sof/schedule/schedule.h>
#include <sof/sof.h>
#include <sof/task.h>
#include <sof/wait.h>
#include <sof/debug.h>
#include <sof/drivers/timer.h>
#include <sof/drivers/interrupt.h>
#include <sof/ipc.h>
#include <sof/agent.h>
#include <sof/idc.h>
#include <sof/platform.h>
#include <sof/audio/pipeline.h>
#include <sof/schedule/schedule.h>
#include <sof/debug.h>
#include <sof/trace.h>
#include <stdint.h>
#include <stdlib.h>
#include <errno.h>
#include <stdint.h>
#if STATIC_PIPE
#include <sof/audio/pipeline.h>
#include <sof/panic.h>
#include <ipc/trace.h>
#endif
static void sys_module_init(void)
{