aboutsummaryrefslogtreecommitdiffstats
path: root/packet-cops.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-03-12 10:40:01 +0000
committerGuy Harris <guy@alum.mit.edu>2002-03-12 10:40:01 +0000
commitb882e373f0275b0f3cbb67b60fa11d49b9258d81 (patch)
treeba825ea740be886bb87ef045afef3b0eabfd5ca0 /packet-cops.c
parent6327b456db12bd383f402705881059d63e92e58d (diff)
Get rid of unnecessary includes.
svn path=/trunk/; revision=4931
Diffstat (limited to 'packet-cops.c')
-rw-r--r--packet-cops.c11
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"