]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/CommonPool.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / CommonPool.h
index fb24c43bde8df6a3e68bc9d3ea674d459bbcea1c..19ff567823295e2135a8abcad56712b4225979a8 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * DEBUG: section 77    Delay Pools
  * AUTHOR: Robert Collins <robertc@squid-cache.org>
  * Based upon original delay pools code by
  *
  * Copyright (c) 2003, Robert Collins <robertc@squid-cache.org>
  */
-
-#include "config.h"
-
 #ifndef COMMONPOOL_H
 #define COMMONPOOL_H
-#if DELAY_POOLS
-#include "squid.h"
-#include "SquidString.h"
+
+#if USE_DELAY_POOLS
 #include "CompositePoolNode.h"
+#include "SquidString.h"
 
 /*
  \ingroup DelayPoolsAPI
@@ -66,6 +61,6 @@ protected:
     String typeLabel;
 };
 
-#endif
+#endif /* USE_DELAY_POOLS */
 #endif /* COMMONPOOL_H */