fix includes for mod_cron

This commit is contained in:
Mathias Ertl 2014-06-29 10:14:15 +02:00
parent 198f14a7c0
commit c62daaeeef
1 changed files with 4 additions and 2 deletions

View File

@ -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}).