summaryrefslogtreecommitdiff
path: root/src/helper/ioutil.c
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/helper/ioutil.c
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/helper/ioutil.c')
-rw-r--r--src/helper/ioutil.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/helper/ioutil.c b/src/helper/ioutil.c
index 8fdbb2b6..ef9c0ceb 100644
--- a/src/helper/ioutil.c
+++ b/src/helper/ioutil.c
@@ -32,7 +32,6 @@
#include <time_support.h>
#include <sys/time.h>
-#include <sys/types.h>
#include <strings.h>
#include <stdio.h>
#include <stdlib.h>
@@ -53,7 +52,6 @@
#include <netinet/in.h>
#include <net/if.h>
#include <arpa/inet.h>
-#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
#include <netinet/in.h>