aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap-scanner.l
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2015-11-05 19:27:06 -0800
committerAnders Broman <a.broman58@gmail.com>2015-11-06 07:48:40 +0000
commit018e93a384c5aca7471d7d9303af637e71320ea2 (patch)
treed116684d50de639e9b9495d57eae72a5e8b1de95 /text2pcap-scanner.l
parent4f01f3d8062fff370a3fcf35ebf7c19d3642417b (diff)
Another unnecessary include of io.h.
Change-Id: Ie4a8d79474ae61194b1ceaafad45cca9b2970b60 Reviewed-on: https://code.wireshark.org/review/11589 Petri-Dish: Guy Harris <guy@alum.mit.edu> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'text2pcap-scanner.l')
-rw-r--r--text2pcap-scanner.l4
1 files changed, 0 insertions, 4 deletions
diff --git a/text2pcap-scanner.l b/text2pcap-scanner.l
index 0f264f6d1e..d1871cdfdd 100644
--- a/text2pcap-scanner.l
+++ b/text2pcap-scanner.l
@@ -48,10 +48,6 @@
#include <stdio.h>
#include <stdlib.h>
-#ifdef _WIN32
-#include <io.h> /* for isatty() */
-#endif
-
#include "text2pcap.h"
/*