From fd8e07af4789be362a61755ea47f216baeb64989 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Thu, 14 Jun 2018 14:00:47 +0300 Subject: Get rid of ejabberd.hrl header The header consisted of too many unrelated stuff and macros misuse. Some stuff is moved into scram.hrl and type_compat.hrl. All macros have been replaced with the corresponding function calls. TODO: probably type_compat.hrl is not even needed anymore since we support only Erlang >= OTP 17.5 --- src/mod_muc_log.erl | 1 - 1 file changed, 1 deletion(-) (limited to 'src/mod_muc_log.erl') diff --git a/src/mod_muc_log.erl b/src/mod_muc_log.erl index 4a936c66..2e47a19d 100644 --- a/src/mod_muc_log.erl +++ b/src/mod_muc_log.erl @@ -41,7 +41,6 @@ handle_info/2, terminate/2, code_change/3, mod_opt_type/1, mod_options/1, depends/2]). --include("ejabberd.hrl"). -include("logger.hrl"). -include("xmpp.hrl"). -- cgit v1.2.3