diff options
author | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-11 02:27:16 +0000 |
---|---|---|
committer | zwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2009-05-11 02:27:16 +0000 |
commit | 490e2712904a718efb320d0557f3bb8485676709 (patch) | |
tree | a6a804b7f4a0ba4d67ff436b40ebcdba4c04f48d /src/ecosboard.c | |
parent | eb6da244cb8fcaabb66825ebcd033d4180683806 (diff) | |
download | riscv-openocd-490e2712904a718efb320d0557f3bb8485676709.zip riscv-openocd-490e2712904a718efb320d0557f3bb8485676709.tar.gz riscv-openocd-490e2712904a718efb320d0557f3bb8485676709.tar.bz2 |
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/ecosboard.c')
-rw-r--r-- | src/ecosboard.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ecosboard.c b/src/ecosboard.c index 0784c55..3668c0f 100644 --- a/src/ecosboard.c +++ b/src/ecosboard.c @@ -39,7 +39,6 @@ #include <time_support.h> #include <sys/time.h> -#include <sys/types.h> #include <strings.h> #include <stdio.h> #include <stdlib.h> |