From 21434d6fbb6ded21b1e7870c52c24488069ab705 Mon Sep 17 00:00:00 2001 From: Sid Price Date: Sun, 26 May 2019 11:15:39 -0600 Subject: [PATCH] Remove redundant include file --- src/include/target.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/include/target.h b/src/include/target.h index 8704458..20c8ded 100644 --- a/src/include/target.h +++ b/src/include/target.h @@ -29,7 +29,6 @@ #include #include #include -#include typedef struct target_s target; typedef uint32_t target_addr;