]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Remove some extra includes, predefines and docs
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 Dec 2016 12:50:10 +0000 (01:50 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 Dec 2016 12:50:10 +0000 (01:50 +1300)
src/auth/Gadgets.h
src/auth/ntlm/User.h
src/tests/testAuth.cc

index 9d687401887baf695806fc96d6f2704f0342abd7..70735a2140ef60b9451c5873c93602a6492b51c2 100644 (file)
 
 #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
index d07da57af6a1550f34afe354a0c6536013a25f66..c6c860900adf700803fc57ae028b62937d1705d2 100644 (file)
@@ -16,8 +16,6 @@
 namespace Auth
 {
 
-class SchemeConfig;
-
 namespace Ntlm
 {
 
index c053cc417288e6abf0d5c48a25537fb6e1a20481..65b8f128c7798f12248c3f243b3cd48d7aae4246 100644 (file)
@@ -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"