]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanup: remove useless dead #include lines
authorAmos Jeffries <squid3@treenet.co.nz>
Wed, 27 Jul 2016 21:20:40 +0000 (09:20 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Wed, 27 Jul 2016 21:20:40 +0000 (09:20 +1200)
src/HttpHeader.cc
src/adaptation/icap/Xaction.h
src/client_db.h
src/comm/Read.cc
src/format/Config.h
src/format/Token.h
src/log/CustomLog.h

index 59e8b30a97914afe1e23985ce293e9ad0ec90d7e..3bcdbd2cd675465e65da742612a8ddc5becf5f15 100644 (file)
@@ -24,7 +24,6 @@
 #include "profiler/Profiler.h"
 #include "rfc1123.h"
 #include "SquidConfig.h"
-//#include "SquidString.h" // pulled by HttpHdrCc.h
 #include "StatHist.h"
 #include "Store.h"
 #include "StrList.h"
index b91ffe3ee9c6b8c9bc2c96fc6e4b32866a6c92d7..3d1d4171f50fb0010b1126b03efa4df84f46f8c9 100644 (file)
@@ -16,7 +16,6 @@
 #include "HttpReply.h"
 #include "ipcache.h"
 #include "sbuf/SBuf.h"
-//#include "security/PeerConnector.h"
 
 class MemBuf;
 
index 2056ff5fb56433fffa42ab2573ef2cbf9da94147..47fc962747eee0c36770723c154e201f5c1397e1 100644 (file)
@@ -12,7 +12,6 @@
 #define SQUID_CLIENT_DB_H_
 
 #include "anyp/ProtocolType.h"
-//#include "enums.h"
 #include "ip/Address.h"
 #include "LogTags.h"
 
index ffaefc8dc362f863543b046d22eb3f79687cb41a..7c90f99138984683a7c1c350dc9d2051fe50a6f1 100644 (file)
@@ -20,7 +20,6 @@
 #include "fde.h"
 #include "sbuf/SBuf.h"
 #include "StatCounters.h"
-//#include "tools.h"
 
 // Does comm check this fd for read readiness?
 // Note that when comm is not monitoring, there can be a pending callback
index 20699e6d29138302d8b887511ad7170c945aaebd..3c93891482daeaa80916b811fef4bc63b7fab029 100644 (file)
@@ -10,8 +10,8 @@
 #define SQUID_SRC_FORMAT_CONFIG_H
 
 #include "format/Format.h"
-//#include "format/TokenTableEntry.h"
 #include "SquidString.h"
+
 #include <list>
 
 class StoreEntry;
index 62cc115675c2ea65facf892790ecbda6ef66ab85..21adafa3a6397ee1d4201ed7fb3a04b56944ce7f 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef _SQUID_FORMAT_TOKEN_H
 #define _SQUID_FORMAT_TOKEN_H
 
-//#include "format/TokenTableEntry.h"
 #include "format/ByteCode.h"
 
 /*
index 7a50c6524fb4b9b54f34ffdf36e48042aa8482ad..4fb9cf5924e94c7cccdf58c826984359ca906eec 100644 (file)
@@ -9,7 +9,6 @@
 #ifndef SQUID_CUSTOMLOG_H_
 #define SQUID_CUSTOMLOG_H_
 
-//#include "format/Format.h"
 #include "acl/forward.h"
 #include "log/Formats.h"