]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/test_tools.cc
SourceFormat Enforcement
[thirdparty/squid.git] / test-suite / test_tools.cc
index 86f415f46e41ceb68b4a3a38ea6e6ff3eb23994b..009833c5027c20a7474781e55f2e6a73ce213a50 100644 (file)
@@ -1,11 +1,17 @@
 /*
- * $Id$
+ * Copyright (C) 1996-2015 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.
  */
 
 // XXX: This file is made of large pieces of src/tools.cc
 // with only a few minor modifications. TODO: redesign or delete.
 
-#include "squid-old.h"
+#include "squid.h"
+#include "dlink.h"
+#include <iostream>
 
 void
 xassert(const char *msg, const char *file, int line)
@@ -96,3 +102,4 @@ dlinkDelete(dlink_node * m, dlink_list * list)
 
     m->next = m->prev = NULL;
 }
+