]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/structs.h
SourceFormat: enforcement
[thirdparty/squid.git] / src / structs.h
index fd9941d9ec34cec5b63387cba84d8acca6d2191b..9fa48e1bcfe23af6738b4c95f8bce6f8224b50e5 100644 (file)
 #include "config.h"
 #include "RefCount.h"
 #include "cbdata.h"
-
-/* needed for various structures still in structs.h */
 #include "dlink.h"
+#include "err_type.h"
+
 /* needed for the global config */
 #include "HttpHeader.h"
 
+/* for ICP_END */
+#include "icp_opcode.h"
+
 struct acl_name_list {
     char name[ACL_NAME_SZ];
     acl_name_list *next;
@@ -265,7 +268,7 @@ struct SquidConfig {
 
         customlog *accesslogs;
 
-#if ICAP_CLIENT        
+#if ICAP_CLIENT
         customlog *icaplogs;
 #endif