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/svf | |
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/svf')
-rw-r--r-- | src/svf/svf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/svf/svf.c b/src/svf/svf.c index 93f8ba4..ea60671 100644 --- a/src/svf/svf.c +++ b/src/svf/svf.c @@ -42,7 +42,6 @@ #include <ctype.h> #include <stdlib.h> #include <unistd.h> -#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <string.h> |