]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/CommonPool.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / CommonPool.h
index d8c80c519bfbd0164f5d0e886e2b44ab07f7e793..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
@@ -39,8 +37,8 @@
 #define COMMONPOOL_H
 
 #if USE_DELAY_POOLS
-#include "SquidString.h"
 #include "CompositePoolNode.h"
+#include "SquidString.h"
 
 /*
  \ingroup DelayPoolsAPI