]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/adaptation/icap/Options.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / adaptation / icap / Options.h
index aeb8621a5d5df4386e593e02c6cb7186bedb64ba..74552e0052b49fea318b512a87c0ea65af7b93ea 100644 (file)
@@ -34,9 +34,9 @@
 #ifndef SQUID_ICAPOPTIONS_H
 #define SQUID_ICAPOPTIONS_H
 
-#include "squid.h"
 #include "adaptation/icap/ServiceRep.h"
 
+class HttpHeader;
 class wordlist;
 
 namespace Adaptation
@@ -122,9 +122,6 @@ private:
     void cfgTransferList(const HttpHeader *h, TransferList &l);
 };
 
-
-
-
 } // namespace Icap
 } // namespace Adaptation