From d382ccbd4cf50f70aa13834ec13c510d26ffcd0d Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 20 Dec 2016 01:50:10 +1300 Subject: [PATCH] Remove some extra includes, predefines and docs --- src/auth/Gadgets.h | 10 +--------- src/auth/ntlm/User.h | 2 -- src/tests/testAuth.cc | 3 +-- 3 files changed, 2 insertions(+), 13 deletions(-) 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" -- 2.47.2