]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/Scheme.cc
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / auth / Scheme.cc
index 789da42954299948617f717d9425c1eba412e383..35273ba8c81b8fa03d15381e0fa361df3ff4db16 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 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;