mirror of https://github.com/thesofproject/sof.git
gdb: cleanup includes
Cleanups includes in gdb 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:
parent
b3a04c7477
commit
c1439168a0
|
@ -10,12 +10,10 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <sof/cache.h>
|
||||||
#include <sof/gdb/gdb.h>
|
#include <sof/gdb/gdb.h>
|
||||||
#include <sof/gdb/ringbuffer.h>
|
#include <sof/gdb/ringbuffer.h>
|
||||||
#include <sof/string.h>
|
#include <string.h>
|
||||||
#include <signal.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
#include <sof/drivers/interrupt.h>
|
|
||||||
|
|
||||||
/* local functions */
|
/* local functions */
|
||||||
static int get_hex(unsigned char ch);
|
static int get_hex(unsigned char ch);
|
||||||
|
|
Loading…
Reference in New Issue