diff options
-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> |