From a9772cde21407c89abd161d51aff45267f87b1fb Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 14 Feb 2012 15:13:27 -0500 Subject: Clean up and reorganize our header files --- src/language.cpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'src/language.cpp') diff --git a/src/language.cpp b/src/language.cpp index 222008b8c..1a374c0bc 100644 --- a/src/language.cpp +++ b/src/language.cpp @@ -1,6 +1,23 @@ +/* + * + * (C) 2003-2012 Anope Team + * Contact us at team@anope.org + * + * Please read COPYING and README for further details. + * + * Based on the original code of Epona by Lara. + * Based on the original code of Services by Andy Church. + */ + #include "services.h" #include "modules.h" #include "commands.h" +#include "config.h" +#include "extern.h" + +#if GETTEXT_FOUND +# include +#endif std::vector languages; std::vector domains; -- cgit