aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend-scanner.l
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap/ascend-scanner.l')
-rw-r--r--wiretap/ascend-scanner.l10
1 files changed, 5 insertions, 5 deletions
diff --git a/wiretap/ascend-scanner.l b/wiretap/ascend-scanner.l
index 52636a60c0..f08f2c30c5 100644
--- a/wiretap/ascend-scanner.l
+++ b/wiretap/ascend-scanner.l
@@ -1,7 +1,7 @@
%{
/* ascend-scanner.l
*
- * $Id: ascend-scanner.l,v 1.19 2001/04/18 03:03:42 gram Exp $
+ * $Id: ascend-scanner.l,v 1.20 2001/08/20 15:23:34 gram Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@xiexie.org>
@@ -22,14 +22,14 @@
*
*/
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+
#ifdef HAVE_IO_H
#include <io.h> /* for isatty() on win32 */
#endif