Get rid of "jlib.hrl" header in some files

This commit is contained in:
Evgeniy Khramtsov 2017-01-02 14:45:52 +03:00
parent 50682b98d6
commit 3dd2a614ac
3 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@
-include("ejabberd.hrl").
-include("logger.hrl").
-include("jlib.hrl").
-include("xmpp.hrl").
-include("ejabberd_http.hrl").

View File

@ -17,7 +17,7 @@
-export([set_affiliation/6, set_affiliations/4, get_affiliation/5,
get_affiliations/3, search_affiliation/4]).
-include("jlib.hrl").
-include("jid.hrl").
-include("mod_muc.hrl").
-include("logger.hrl").

View File

@ -17,7 +17,7 @@
-export([set_affiliation/6, set_affiliations/4, get_affiliation/5,
get_affiliations/3, search_affiliation/4]).
-include("jlib.hrl").
-include("jid.hrl").
-include("mod_muc.hrl").
%%%===================================================================