summaryrefslogtreecommitdiff
path: root/src/xsvf
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/xsvf
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/xsvf')
-rw-r--r--src/xsvf/xsvf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xsvf/xsvf.c b/src/xsvf/xsvf.c
index da0cb20c..e9b0a008 100644
--- a/src/xsvf/xsvf.c
+++ b/src/xsvf/xsvf.c
@@ -49,7 +49,6 @@
#include <stdlib.h>
#include <unistd.h>
-#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <string.h>