From: Amos Jeffries Date: Thu, 30 May 2013 09:57:42 +0000 (-0600) Subject: Remove useless includes X-Git-Tag: SQUID_3_4_0_1~94 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b7c0db62ca9f2b84e5d26e9531558b95e3c30008;p=thirdparty%2Fsquid.git Remove useless includes --- diff --git a/include/cache_snmp.h b/include/cache_snmp.h index e60d432369..c1544cf016 100644 --- a/include/cache_snmp.h +++ b/include/cache_snmp.h @@ -11,13 +11,8 @@ typedef int64_t snint; #include "snmp.h" #include "snmp_impl.h" -#if 0 -#include "asn1.h" -#endif #include "snmp_api.h" -#include "snmp_vars.h" - /* MIB definitions * SQUID-MIB * .iso.org.dod.internet.private.enterprises.nlanr.squid diff --git a/include/snmp.h b/include/snmp.h index 2c28d084aa..d79738bbfd 100644 --- a/include/snmp.h +++ b/include/snmp.h @@ -37,15 +37,7 @@ #endif /* These come first */ -#if 0 -#include "asn1.h" -#endif #include "snmp_error.h" -#if 0 -#include "mibii.h" -#include "snmp_extra.h" -#include "snmp_dump.h" -#endif /* I didn't touch this */ #include "snmp_session.h" @@ -63,10 +55,6 @@ /* Other stuff I didn't touch */ #include "snmp_impl.h" #include "snmp_api.h" -#if 0 -#include "snmp_client.h" -#include "mib.h" -#endif #include "snmp-internal.h" #include "parse.h" #include "snmp_debug.h" diff --git a/src/typedefs.h b/src/typedefs.h index 09b1f05fa3..6feaee67e1 100644 --- a/src/typedefs.h +++ b/src/typedefs.h @@ -48,7 +48,6 @@ typedef struct { typedef struct _CommWriteStateData CommWriteStateData; #if SQUID_SNMP -#include "snmp_vars.h" #include "cache_snmp.h" typedef variable_list *(oid_ParseFn) (variable_list *, snint *); #endif