1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 09:49:18 +02:00

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

This commit is contained in:
Evgeniy Khramtsov 2016-07-26 11:29:17 +03:00
parent c26d38a893
commit 23858469b7
35 changed files with 25 additions and 62 deletions

View file

@ -17,7 +17,7 @@
can_use_nick/4, get_rooms/2, get_nick/3, set_nick/4,
import/1, import/2, export/1]).
-include("jlib.hrl").
-include("jid.hrl").
-include("mod_muc.hrl").
-include("logger.hrl").
-include("ejabberd_sql_pt.hrl").