]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testLookupTable.h
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / tests / testLookupTable.h
index 545db6e49d4ac6ab42162c65565b7ca1568a5f8c..f944a50c0d9b38d1549d76f44baf14a1c72a4246 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 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,7 +9,7 @@
 #ifndef SQUID_TESTLOOKUPTABLE_H_
 #define SQUID_TESTLOOKUPTABLE_H_
 
-#include <cppunit/extensions/HelperMacros.h>
+#include "compat/cppunit.h"
 
 class testLookupTable : public CPPUNIT_NS::TestFixture
 {
@@ -21,3 +21,4 @@ public:
 };
 
 #endif /* SQUID_TESTLOOKUPTABLE_H_ */
+