diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2005-11-12 10:01:35 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2005-11-12 10:01:35 +0000 |
commit | 65a12455f8c8090a8f7b53aaf4cfe101abcf8661 (patch) | |
tree | 184900e46df7d7465a33292a83e4c7b516774c49 /capture_opts.c | |
parent | eefbb60770b98f537e7f54fbc1158fef3e67f5f1 (diff) | |
download | wireshark-65a12455f8c8090a8f7b53aaf4cfe101abcf8661.tar.gz wireshark-65a12455f8c8090a8f7b53aaf4cfe101abcf8661.tar.bz2 wireshark-65a12455f8c8090a8f7b53aaf4cfe101abcf8661.zip |
including io.h isn't needed
svn path=/trunk/; revision=16486
Diffstat (limited to 'capture_opts.c')
-rw-r--r-- | capture_opts.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/capture_opts.c b/capture_opts.c index 8024fc15a2..e3c5ec3ea3 100644 --- a/capture_opts.c +++ b/capture_opts.c @@ -31,10 +31,6 @@ #include <string.h> #include <ctype.h> -#ifdef HAVE_IO_H -# include <io.h> -#endif - #include <pcap.h> #include <glib.h> |