From: Amos Jeffries Date: Mon, 30 May 2011 06:02:25 +0000 (-0600) Subject: Cleanup: remove duplicate config.h from headers X-Git-Tag: take08~55^2~160 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=24c84a88fcbac0b2bd657a9416f15b655f83dd9d;p=thirdparty%2Fsquid.git Cleanup: remove duplicate config.h from headers --- diff --git a/src/snmp/Pdu.h b/src/snmp/Pdu.h index 2069539ae9..01c44e9bb7 100644 --- a/src/snmp/Pdu.h +++ b/src/snmp/Pdu.h @@ -8,7 +8,6 @@ #ifndef SQUID_SNMPX_PDU_H #define SQUID_SNMPX_PDU_H -#include "config.h" #include "ipc/forward.h" #include "Range.h" #include "snmp.h" diff --git a/src/snmp/Session.h b/src/snmp/Session.h index 6e93f81ebf..4e92538eed 100644 --- a/src/snmp/Session.h +++ b/src/snmp/Session.h @@ -8,7 +8,6 @@ #ifndef SQUID_SNMPX_SESSION_H #define SQUID_SNMPX_SESSION_H -#include "config.h" #include "ipc/forward.h" #include "snmp.h" #include "snmp_session.h" diff --git a/src/snmp/Var.h b/src/snmp/Var.h index bd0adb2367..ab672212f2 100644 --- a/src/snmp/Var.h +++ b/src/snmp/Var.h @@ -8,7 +8,6 @@ #ifndef SQUID_SNMPX_VAR_H #define SQUID_SNMPX_VAR_H -#include "config.h" #include "ipc/forward.h" #include "Range.h" #include "snmp_vars.h" diff --git a/src/snmp/forward.h b/src/snmp/forward.h index 5f023162a9..3b267dcd7f 100644 --- a/src/snmp/forward.h +++ b/src/snmp/forward.h @@ -8,8 +8,6 @@ #ifndef SQUID_SNMPX_FORWARD_H #define SQUID_SNMPX_FORWARD_H -#include "config.h" - namespace Snmp { diff --git a/src/snmp_core.h b/src/snmp_core.h index 284902e5eb..9dd716a50b 100644 --- a/src/snmp_core.h +++ b/src/snmp_core.h @@ -8,7 +8,6 @@ #ifndef SQUID_SNMP_CORE_H #define SQUID_SNMP_CORE_H -#include "config.h" #include "cache_snmp.h" #define SNMP_REQUEST_SIZE 4096