1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-05 10:39:29 +02:00

Don't use jlib.hrl outside of jlib.erl

This commit is contained in:
Evgeniy Khramtsov 2016-11-13 10:56:36 +03:00
parent b8f22ff538
commit 21d78ed7f4
3 changed files with 2 additions and 3 deletions

View file

@ -35,7 +35,7 @@
-include("ejabberd.hrl").
-include("ejabberd_oauth.hrl").
-include("logger.hrl").
-include("jlib.hrl").
-include("jid.hrl").
init() ->
rest:start(?MYNAME),