]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/acl/forward.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / acl / forward.h
index f4d7cf2666dbf27f6b756c377f2581c314f92758..f6ccdd990f638b0a79d2312244014055c34dacb7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -23,10 +23,11 @@ namespace Acl
 {
 
 class Address;
+class AndNode;
 class Answer;
+class ChecklistFiller;
 class InnerNode;
 class NotNode;
-class AndNode;
 class OrNode;
 class Tree;