mirror of https://github.com/thesofproject/sof.git
tools/probe: Drop undeeded include files
Signed-off-by: Jyri Sarha <jyri.sarha@intel.com>
This commit is contained in:
parent
43bc85f570
commit
ceced0e641
|
@ -15,7 +15,6 @@
|
|||
|
||||
#include <ctype.h>
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
@ -25,7 +24,6 @@
|
|||
#include <unistd.h>
|
||||
|
||||
#include <ipc/probe_dma_frame.h>
|
||||
#include <sof/math/numbers.h>
|
||||
|
||||
#include "wave.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue