]> 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 e893bc14f7a3c237f3b39e104942277016d32425..8ef81a432e3db0e1d800aa33d0887e703b7f73fa 100644 (file)
@@ -1,18 +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.
  */
 
+/* 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;
 }
+