fix includes for mod_cron
This commit is contained in:
parent
198f14a7c0
commit
c62daaeeef
|
@ -20,8 +20,10 @@
|
||||||
|
|
||||||
-include("ejabberd_commands.hrl").
|
-include("ejabberd_commands.hrl").
|
||||||
-include("ejabberd.hrl").
|
-include("ejabberd.hrl").
|
||||||
-include("web/ejabberd_http.hrl").
|
-include("ejabberd_http.hrl").
|
||||||
-include("web/ejabberd_web_admin.hrl").
|
-include("ejabberd_web_admin.hrl").
|
||||||
|
-include("logger.hrl").
|
||||||
|
-include("xml.hrl").
|
||||||
|
|
||||||
-record(task, {taskid, timerref, host, task}).
|
-record(task, {taskid, timerref, host, task}).
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue