]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/tests/testURLScheme.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / tests / testURLScheme.cc
index 5b8678b66a4baef4ae3de13071f559843bfdcaab..b4709f90e880caadc045922b18af1bc21476c760 100644 (file)
@@ -1,10 +1,11 @@
 #define SQUID_UNIT_TEST 1
 
-#include "squid-old.h"
+#include "squid.h"
 
 #include <cppunit/TestAssert.h>
 
 #include "Mem.h"
+#include "SquidString.h"
 #include "testURLScheme.h"
 #include "URLScheme.h"
 
@@ -14,7 +15,6 @@
 
 CPPUNIT_TEST_SUITE_REGISTRATION( testURLScheme );
 
-
 #if 0
 /*
  * We should be able to make an HttpRequestMethod straight from a string.