25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-22 16:20:52 +01: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),

View File

@ -36,7 +36,7 @@
-include("ejabberd_oauth.hrl").
-include("ejabberd.hrl").
-include("ejabberd_sql_pt.hrl").
-include("jlib.hrl").
-include("jid.hrl").
init() ->
ok.

View File

@ -28,7 +28,6 @@
-author('holger@zedat.fu-berlin.de').
-include("pubsub.hrl").
-include("jlib.hrl").
-export([init/3, terminate/2, options/0, features/0,
create_node_permission/6, create_node/2, delete_node/1,