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
|
@ -32,7 +32,7 @@
|
|||
-export([start/2, stop/1, reload/3, process/2, depends/2,
|
||||
mod_options/1, mod_doc/0]).
|
||||
|
||||
-include("xmpp.hrl").
|
||||
-include_lib("xmpp/include/xmpp.hrl").
|
||||
-include("logger.hrl").
|
||||
-include("ejabberd_http.hrl").
|
||||
-include("ejabberd_stacktrace.hrl").
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue