From: Amos Jeffries Date: Mon, 19 Dec 2016 12:50:10 +0000 (+1300) Subject: Remove some extra includes, predefines and docs X-Git-Tag: M-staged-PR71~333^2~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d382ccbd4cf50f70aa13834ec13c510d26ffcd0d;p=thirdparty%2Fsquid.git Remove some extra includes, predefines and docs --- diff --git a/src/auth/Gadgets.h b/src/auth/Gadgets.h index 9d68740188..70735a2140 100644 --- a/src/auth/Gadgets.h +++ b/src/auth/Gadgets.h @@ -11,21 +11,13 @@ #if USE_AUTH -#include "auth/SchemeConfig.h" #include "auth/User.h" #include "hash.h" -namespace Auth -{ -class Scheme; -} class ConnStateData; class StoreEntry; -/** - \ingroup AuthAPI - \todo this should be a generic cachemgr API type ? - */ +// TODO this should be a generic cachemgr API type ? typedef void AUTHSSTATS(StoreEntry *); /// \ingroup AuthAPI diff --git a/src/auth/ntlm/User.h b/src/auth/ntlm/User.h index d07da57af6..c6c860900a 100644 --- a/src/auth/ntlm/User.h +++ b/src/auth/ntlm/User.h @@ -16,8 +16,6 @@ namespace Auth { -class SchemeConfig; - namespace Ntlm { diff --git a/src/tests/testAuth.cc b/src/tests/testAuth.cc index c053cc4172..65b8f128c7 100644 --- a/src/tests/testAuth.cc +++ b/src/tests/testAuth.cc @@ -10,9 +10,8 @@ #if USE_AUTH -#include "auth/SchemeConfig.h" +#include "auth/Config.h" #include "auth/Gadgets.h" -#include "auth/Scheme.h" #include "auth/UserRequest.h" #include "ConfigParser.h" #include "testAuth.h"