summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguy <guy>2002-04-09 08:45:06 +0000
committerguy <guy>2002-04-09 08:45:06 +0000
commit23a134ce78fa2a2fdb64464159a701ccd1f0ece6 (patch)
treec3e08d55e424adef80820ad8af7ce9e41ea1f11e
parent65bcab39500c6e1a122e1a15f2db7e3824bbe73d (diff)
downloadlibpcap-23a134ce78fa2a2fdb64464159a701ccd1f0ece6.tar.gz
<pcap.h> includes <sys/types.h>, and "pcap-int.h" includes <pcap.h>, and
"scanner.l" includes "pcap-int.h", so there's no need to include <sys/types.h> in "scanner.l".
-rw-r--r--scanner.l4
1 files changed, 1 insertions, 3 deletions
diff --git a/scanner.l b/scanner.l
index 6f36be32..83414c16 100644
--- a/scanner.l
+++ b/scanner.l
@@ -22,15 +22,13 @@
#ifndef lint
static const char rcsid[] =
- "@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.81.2.2 2002-04-09 07:49:41 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/libpcap/scanner.l,v 1.81.2.3 2002-04-09 08:45:06 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#include <sys/types.h>
-
#include <ctype.h>
#include <string.h>