From 78bade3b850f0ba178f95237607d64a16832515e Mon Sep 17 00:00:00 2001 From: Source Maintenance Date: Sat, 20 Feb 2016 00:14:07 +0000 Subject: [PATCH] SourceFormat Enforcement --- src/StrList.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StrList.cc b/src/StrList.cc index ae69ff5a1b..3296a414d8 100644 --- a/src/StrList.cc +++ b/src/StrList.cc @@ -9,9 +9,9 @@ /* DEBUG: section 66 HTTP Header Tools */ #include "squid.h" +#include "base/TextException.h" #include "SquidString.h" #include "StrList.h" -#include "base/TextException.h" /** appends an item to the list */ void -- 2.47.2