summaryrefslogtreecommitdiff
path: root/src/target
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 02:27:16 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-11 02:27:16 +0000
commit490e2712904a718efb320d0557f3bb8485676709 (patch)
treea6a804b7f4a0ba4d67ff436b40ebcdba4c04f48d /src/target
parenteb6da244cb8fcaabb66825ebcd033d4180683806 (diff)
downloadopenocd+libswd-490e2712904a718efb320d0557f3bb8485676709.tar.gz
openocd+libswd-490e2712904a718efb320d0557f3bb8485676709.tar.bz2
openocd+libswd-490e2712904a718efb320d0557f3bb8485676709.tar.xz
openocd+libswd-490e2712904a718efb320d0557f3bb8485676709.zip
Remove redundant sys/types.h #include directives (now in types.h).
git-svn-id: svn://svn.berlios.de/openocd/trunk@1700 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/target')
-rw-r--r--src/target/arm7_9_common.c1
-rw-r--r--src/target/avrt.c1
-rw-r--r--src/target/target.c1
-rw-r--r--src/target/xscale.c1
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>