summaryrefslogtreecommitdiff
path: root/wiretap/ascend_scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/ascend_scanner.l')
-rw-r--r--wiretap/ascend_scanner.l6
1 files changed, 1 insertions, 5 deletions
diff --git a/wiretap/ascend_scanner.l b/wiretap/ascend_scanner.l
index cae8d40eda..402ce26063 100644
--- a/wiretap/ascend_scanner.l
+++ b/wiretap/ascend_scanner.l
@@ -1,5 +1,5 @@
/*
- * We don't read from the terminal.
+ * We don't read interactively from the terminal.
*/
%option never-interactive
@@ -36,10 +36,6 @@
#include <stdlib.h>
#include <string.h>
-#ifdef HAVE_IO_H
-#include <io.h> /* for isatty() on win32 */
-#endif
-
#include "wtap-int.h"
#include "ascendtext.h"
#include "ascend.h"