]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/DelayTagged.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / DelayTagged.h
index 6bc7ec6439afc0301b3816653b768d7a12fa6221..61b6e4c620ef5993ed4ca39d1150f61dc9ec1463 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * DEBUG: section 77    Delay Pools
  * AUTHOR: Robert Collins <robertc@squid-cache.org>
  *
 
 #if USE_DELAY_POOLS
 
-#include "squid.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