From a55b3742cb36731ddea5eb2de32ebce0cd6f9002 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 5 Feb 2011 18:35:20 -0500 Subject: Removed the LIBINTL include hack --- src/module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/module.cpp') diff --git a/src/module.cpp b/src/module.cpp index f5c3a9194..2b7676550 100644 --- a/src/module.cpp +++ b/src/module.cpp @@ -9,7 +9,7 @@ #include "modules.h" #ifdef GETTEXT_FOUND -# include LIBINTL +# include #endif Module::Module(const Anope::string &mname, const Anope::string &creator) -- cgit