]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DelayTagged.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / DelayTagged.h
index 08c1c1e05da16955a66897a004327b445b0c9bbd..61b6e4c620ef5993ed4ca39d1150f61dc9ec1463 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id: DelayTagged.h,v 1.7 2008/02/26 21:49:34 amosjeffries Exp $
- *
  * DEBUG: section 77    Delay Pools
  * AUTHOR: Robert Collins <robertc@squid-cache.org>
  *
 #ifndef DELAYTAGGED_H
 #define DELAYTAGGED_H
 
-#include "config.h"
-
-#if DELAY_POOLS
+#if USE_DELAY_POOLS
 
-#include "squid.h"
-#include "authenticate.h"
+#include "auth/Gadgets.h"
+#include "base/Vector.h"
 #include "CompositePoolNode.h"
-#include "DelayIdComposite.h"
 #include "DelayBucket.h"
+#include "DelayIdComposite.h"
 #include "DelaySpec.h"
-#include "Array.h"
 #include "splay.h"
 
 /// \ingroup DelayPoolsAPI
@@ -108,5 +103,5 @@ private:
     Splay<DelayTaggedBucket::Pointer> buckets;
 };
 
-#endif /* DELAY_POOLS */
+#endif /* USE_DELAY_POOLS */
 #endif /* DELAYTAGGED_H */