diff options
Diffstat (limited to 'src/target')
-rw-r--r-- | src/target/arm7_9_common.c | 1 | ||||
-rw-r--r-- | src/target/avrt.c | 1 | ||||
-rw-r--r-- | src/target/target.c | 1 | ||||
-rw-r--r-- | src/target/xscale.c | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/src/target/arm7_9_common.c b/src/target/arm7_9_common.c index b7f4a4df..6a7b77c4 100644 --- a/src/target/arm7_9_common.c +++ b/src/target/arm7_9_common.c @@ -48,7 +48,6 @@ #include <string.h> #include <unistd.h> -#include <sys/types.h> #include <sys/stat.h> #include <sys/time.h> #include <errno.h> diff --git a/src/target/avrt.c b/src/target/avrt.c index af692dd3..e438fcc4 100644 --- a/src/target/avrt.c +++ b/src/target/avrt.c @@ -37,7 +37,6 @@ #include <stdlib.h> #include <string.h> -#include <sys/types.h> #include <unistd.h> #include <errno.h> diff --git a/src/target/target.c b/src/target/target.c index 8a38f1fb..29bf8337 100644 --- a/src/target/target.c +++ b/src/target/target.c @@ -46,7 +46,6 @@ #include <stdlib.h> #include <inttypes.h> -#include <sys/types.h> #include <sys/stat.h> #include <unistd.h> #include <errno.h> diff --git a/src/target/xscale.c b/src/target/xscale.c index bba20eab..a18fe9af 100644 --- a/src/target/xscale.c +++ b/src/target/xscale.c @@ -44,7 +44,6 @@ #include <stdlib.h> #include <string.h> -#include <sys/types.h> #include <unistd.h> #include <errno.h> |