From 24c84a88fcbac0b2bd657a9416f15b655f83dd9d Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 30 May 2011 00:02:25 -0600 Subject: [PATCH] Cleanup: remove duplicate config.h from headers --- src/snmp/Pdu.h | 1 - src/snmp/Session.h | 1 - src/snmp/Var.h | 1 - src/snmp/forward.h | 2 -- src/snmp_core.h | 1 - 5 files changed, 6 deletions(-) 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 -- 2.47.2