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:
Tomasz Lauda 2019-07-12 13:16:23 +02:00 committed by Tomasz Lauda
parent b3a04c7477
commit c1439168a0
1 changed files with 2 additions and 4 deletions

View File

@ -10,12 +10,10 @@
*
*/
#include <sof/cache.h>
#include <sof/gdb/gdb.h>
#include <sof/gdb/ringbuffer.h>
#include <sof/string.h>
#include <signal.h>
#include <stdint.h>
#include <sof/drivers/interrupt.h>
#include <string.h>
/* local functions */
static int get_hex(unsigned char ch);