]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove redundant config.h includes
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 12 Jul 2011 05:52:07 +0000 (23:52 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 12 Jul 2011 05:52:07 +0000 (23:52 -0600)
src/comm/Connection.h
src/comm/comm_err_t.h

index a387b4c7237830e8f32ef5c19ead5eefd871cca1..af123797c6af2441c809f5087907a7967262fcac 100644 (file)
@@ -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"
index 1cad2a36b9773822e94b69dcb69215a239a28b11..1b22d3bbfc20e6e0188579930e8dbb394df22788 100644 (file)
@@ -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,