]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/Scheme.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / auth / Scheme.cc
index 04075355a84950be66646651599387f439d6bded..35273ba8c81b8fa03d15381e0fa361df3ff4db16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -9,9 +9,9 @@
 /* DEBUG: section 29    Authenticator */
 
 #include "squid.h"
-#include "auth/Config.h"
 #include "auth/Gadgets.h"
 #include "auth/Scheme.h"
+#include "auth/SchemeConfig.h"
 #include "globals.h"
 
 std::vector<Auth::Scheme::Pointer> *Auth::Scheme::_Schemes = NULL;
@@ -67,3 +67,4 @@ Auth::Scheme::FreeAll()
         scheme->shutdownCleanup();
     }
 }
+