From: Alex Rousskov Date: Sat, 7 Mar 2009 21:07:45 +0000 (-0700) Subject: This file does not need to include authenticate.h, apparently. X-Git-Tag: SQUID_3_2_0_1~1111^2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=25cb3407c973b309d351962548abc07ef717a859;p=thirdparty%2Fsquid.git This file does not need to include authenticate.h, apparently. --- diff --git a/src/logfile.cc b/src/logfile.cc index 683ea19ce5..dbb6fc83a5 100644 --- a/src/logfile.cc +++ b/src/logfile.cc @@ -33,7 +33,6 @@ */ #include "squid.h" -#include "authenticate.h" #include "fde.h" static void logfileWriteWrapper(Logfile * lf, const void *buf, size_t len);