]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/LoadableModules.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / LoadableModules.cc
index fa598300646f4e430f9a2b5f9b7f5a38f0338b25..d47c701bf8b92570090ae327a21b85fb3c7868d4 100644 (file)
@@ -1,7 +1,16 @@
-#include "squid-old.h"
-#include "wordlist.h"
+/*
+ * Copyright (C) 1996-2017 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+#include "squid.h"
+#include "Debug.h"
 #include "LoadableModule.h"
 #include "LoadableModules.h"
+#include "wordlist.h"
 
 static void
 LoadModule(const char *fname)
@@ -23,3 +32,4 @@ LoadableModulesConfigure(const wordlist *names)
         LoadModule(i->key);
     debugs(1, DBG_IMPORTANT, "Squid plugin modules loaded: " << count);
 }
+