diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-03-12 10:40:01 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-03-12 10:40:01 +0000 |
commit | b882e373f0275b0f3cbb67b60fa11d49b9258d81 (patch) | |
tree | ba825ea740be886bb87ef045afef3b0eabfd5ca0 /packet-cops.c | |
parent | 6327b456db12bd383f402705881059d63e92e58d (diff) | |
download | wireshark-b882e373f0275b0f3cbb67b60fa11d49b9258d81.tar.gz wireshark-b882e373f0275b0f3cbb67b60fa11d49b9258d81.tar.bz2 wireshark-b882e373f0275b0f3cbb67b60fa11d49b9258d81.zip |
Get rid of unnecessary includes.
svn path=/trunk/; revision=4931
Diffstat (limited to 'packet-cops.c')
-rw-r--r-- | packet-cops.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/packet-cops.c b/packet-cops.c index 4724bc4ce6..7ed153e4bd 100644 --- a/packet-cops.c +++ b/packet-cops.c @@ -4,7 +4,7 @@ * * Copyright 2000, Heikki Vatiainen <hessu@cs.tut.fi> * - * $Id: packet-cops.c,v 1.24 2002/03/12 10:37:01 guy Exp $ + * $Id: packet-cops.c,v 1.25 2002/03/12 10:40:01 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -39,15 +39,6 @@ #include "packet-ipv6.h" #include "packet-frame.h" -#ifdef HAVE_UCD_SNMP -# include <ucd-snmp/asn1.h> -# include <ucd-snmp/snmp_api.h> -# include <ucd-snmp/snmp_impl.h> -# include <ucd-snmp/mib.h> -# include <ucd-snmp/default_store.h> -# include <ucd-snmp/tools.h> -#endif - #include "asn1.h" #include "format-oid.h" #include "prefs.h" |