]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ipc/mem/Page.cc
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / ipc / mem / Page.cc
index e1fb96c88ca7c537d0f9bcfb3a18538a8c21d03f..8ef81a432e3db0e1d800aa33d0887e703b7f73fa 100644 (file)
@@ -1,19 +1,20 @@
 /*
- * $Id$
- *
- * DEBUG: section 54    Interprocess Communication
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
  */
 
-#include "config.h"
+/* DEBUG: section 54    Interprocess Communication */
+
+#include "squid.h"
 #include "ipc/mem/Page.h"
 
-#if HAVE_IOSTREAM
 #include <iostream>
-#endif
-
 
 std::ostream &Ipc::Mem::operator <<(std::ostream &os, const PageId &page)
 {
     return os << "sh_page" << page.pool << '.' << page.number;
 }
+