mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +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
|
@ -28,7 +28,7 @@
|
|||
|
||||
-include("logger.hrl").
|
||||
-include("mqtt.hrl").
|
||||
-include("xmpp.hrl").
|
||||
-include_lib("xmpp/include/xmpp.hrl").
|
||||
|
||||
-record(state, {vsn = ?VSN :: integer(),
|
||||
version :: undefined | mqtt_version(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue