]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testSBufList.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / tests / testSBufList.h
index c956ce0c30cb6a4cb562e6b4090215843fe4ddc0..3e04a5039940dc892391a8b7d03f59bc904ca64e 100644 (file)
@@ -1,9 +1,15 @@
+/*
+ * Copyright (C) 1996-2023 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.
+ */
+
 #ifndef SQUID_SRC_TEST_TESTSBUF_H
 #define SQUID_SRC_TEST_TESTSBUF_H
 
-#include <cppunit/extensions/HelperMacros.h>
-
-#include "OutOfBoundsException.h"
+#include "compat/cppunit.h"
 
 class testSBufList : public CPPUNIT_NS::TestFixture
 {
@@ -17,3 +23,4 @@ protected:
 };
 
 #endif
+