mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 02:29:34 +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
|
@ -40,7 +40,7 @@
|
|||
-export([set_affiliation/6, set_affiliations/4, get_affiliation/5,
|
||||
get_affiliations/3, search_affiliation/4]).
|
||||
|
||||
-include("jid.hrl").
|
||||
-include_lib("xmpp/include/jid.hrl").
|
||||
-include("mod_muc.hrl").
|
||||
-include("logger.hrl").
|
||||
-include("ejabberd_sql_pt.hrl").
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue