Remove redundant include file

This commit is contained in:
Sid Price 2019-05-26 11:15:39 -06:00 committed by UweBonnes
parent 600bc9f029
commit 21434d6fbb
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@
#include <stdbool.h>
#include <stdint.h>
#include <sys/types.h>
#include <unistd.h>
typedef struct target_s target;
typedef uint32_t target_addr;