]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/mem/Pages.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / ipc / mem / Pages.cc
index ffef2f722434cb39d05d48576df4f2563e8efa3e..51d65dd10cafa7bfa52447a387291c720e485570 100644 (file)
@@ -1,18 +1,15 @@
 /*
- * $Id$
- *
  * DEBUG: section 54    Interprocess Communication
  *
  */
 
 #include "squid.h"
-#include "base/TextException.h"
 #include "base/RunnersRegistry.h"
+#include "base/TextException.h"
 #include "ipc/mem/PagePool.h"
 #include "ipc/mem/Pages.h"
-#include "protos.h"
-#include "structs.h"
 #include "SwapDir.h"
+#include "tools.h"
 
 // Uses a single PagePool instance, for now.
 // Eventually, we may have pools dedicated to memory caching, disk I/O, etc.
@@ -104,7 +101,6 @@ private:
 
 RunnerRegistrationEntry(rrAfterConfig, SharedMemPagesRr);
 
-
 void
 SharedMemPagesRr::run(const RunnerRegistry &r)
 {