mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02:00
Use include_lib() to include headers from dependencies (#3369)
This commit is contained in:
parent
54af08799d
commit
bd11a00f8f
118 changed files with 120 additions and 123 deletions
|
@ -35,7 +35,7 @@
|
|||
add_user_to_group/3, remove_user_from_group/3, import/3,
|
||||
export/1]).
|
||||
|
||||
-include("jid.hrl").
|
||||
-include_lib("xmpp/include/jid.hrl").
|
||||
-include("mod_roster.hrl").
|
||||
-include("mod_shared_roster.hrl").
|
||||
-include("ejabberd_sql_pt.hrl").
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue