From: Amos Jeffries Date: Tue, 12 Jul 2011 05:52:07 +0000 (-0600) Subject: Remove redundant config.h includes X-Git-Tag: take08~55^2~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c54967bbf2c6fe72191e032fe6603d839877ee49;p=thirdparty%2Fsquid.git Remove redundant config.h includes --- diff --git a/src/comm/Connection.h b/src/comm/Connection.h index a387b4c723..af123797c6 100644 --- a/src/comm/Connection.h +++ b/src/comm/Connection.h @@ -37,7 +37,6 @@ #ifndef _SQUIDCONNECTIONDETAIL_H_ #define _SQUIDCONNECTIONDETAIL_H_ -#include "config.h" #include "comm/forward.h" #include "hier_code.h" #include "ip/Address.h" diff --git a/src/comm/comm_err_t.h b/src/comm/comm_err_t.h index 1cad2a36b9..1b22d3bbfc 100644 --- a/src/comm/comm_err_t.h +++ b/src/comm/comm_err_t.h @@ -1,8 +1,6 @@ #ifndef _SQUID_COMM_COMM_ERR_T_H #define _SQUID_COMM_COMM_ERR_T_H -#include "config.h" - typedef enum { COMM_OK = 0, COMM_ERROR = -1,