From: Alex Rousskov Date: Sat, 7 Mar 2009 20:43:32 +0000 (-0700) Subject: This file does not need to include authenticate.h, apparently. X-Git-Tag: SQUID_3_2_0_1~1111^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27495e6443653f4031c1761985fa7ad82a3c8149;p=thirdparty%2Fsquid.git This file does not need to include authenticate.h, apparently. --- diff --git a/src/DelayTagged.cc b/src/DelayTagged.cc index 5947fb94f0..1f0d3151b7 100644 --- a/src/DelayTagged.cc +++ b/src/DelayTagged.cc @@ -40,7 +40,6 @@ #if DELAY_POOLS #include "squid.h" #include "DelayTagged.h" -#include "authenticate.h" #include "NullDelayId.h" #include "Store.h"