]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testSBufList.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / tests / testSBufList.h
index d8e83ef625bc1b8796b1601c1d9b100efe7dd1f2..3e04a5039940dc892391a8b7d03f59bc904ca64e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * 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.
@@ -9,9 +9,7 @@
 #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
 {
@@ -25,3 +23,4 @@ protected:
 };
 
 #endif
+