1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

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
This commit is contained in:
Evgeniy Khramtsov 2018-06-14 14:00:47 +03:00
parent c3c75affa9
commit fd8e07af47
148 changed files with 283 additions and 409 deletions

View file

@ -34,7 +34,6 @@
decode_octet_string/3, uids_domain_subst/2, opt_type/1,
options/1]).
-include("ejabberd.hrl").
-include("logger.hrl").
-include("eldap.hrl").