]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/Method.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / acl / Method.cc
index 25574a27264a8a5d9e7b391e73cb9c3db824097a..cea93665edc3526ddfc30aa6f38e68da364fb01c 100644 (file)
@@ -33,7 +33,7 @@
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
 
-#include "squid-old.h"
+#include "squid.h"
 #include "acl/Method.h"
 #include "acl/MethodData.h"
 #include "acl/Checklist.h"
@@ -43,8 +43,6 @@
 
 template class ACLStrategised<HttpRequestMethod>;
 
-
-
 int
 ACLMethodStrategy::match (ACLData<MatchType> * &data, ACLFilledChecklist *checklist)
 {