Remove redundant include file
This commit is contained in:
parent
600bc9f029
commit
21434d6fbb
|
@ -29,7 +29,6 @@
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <unistd.h>
|
|
||||||
|
|
||||||
typedef struct target_s target;
|
typedef struct target_s target;
|
||||||
typedef uint32_t target_addr;
|
typedef uint32_t target_addr;
|
||||||
|
|
Loading…
Reference in New Issue