summaryrefslogtreecommitdiff
path: root/capture_opts.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-11-12 10:01:35 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-11-12 10:01:35 +0000
commit65a12455f8c8090a8f7b53aaf4cfe101abcf8661 (patch)
tree184900e46df7d7465a33292a83e4c7b516774c49 /capture_opts.c
parenteefbb60770b98f537e7f54fbc1158fef3e67f5f1 (diff)
downloadwireshark-65a12455f8c8090a8f7b53aaf4cfe101abcf8661.tar.gz
including io.h isn't needed
svn path=/trunk/; revision=16486
Diffstat (limited to 'capture_opts.c')
-rw-r--r--capture_opts.c4
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>