]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed useless include in errorpage.cc
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 4 Feb 2014 19:51:44 +0000 (20:51 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 4 Feb 2014 19:51:44 +0000 (20:51 +0100)
src/errorpage.cc

index cf74c3a449aab35fcd0d62cd6dcadaa561581473..caec3ba82e8303eaab10bc2a2bb3083a0bec321d 100644 (file)
@@ -60,8 +60,6 @@
 #include "ssl/ErrorDetailManager.h"
 #endif
 
-#include <algorithm>
-
 /**
  \defgroup ErrorPageInternal Error Page Internals
  \ingroup ErrorPageAPI