From c62daaeeef582deb444a3ba5643eef17d986fbe5 Mon Sep 17 00:00:00 2001 From: Mathias Ertl Date: Sun, 29 Jun 2014 10:14:15 +0200 Subject: [PATCH] fix includes for mod_cron --- mod_cron/src/mod_cron.erl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mod_cron/src/mod_cron.erl b/mod_cron/src/mod_cron.erl index 107200d..2b80909 100644 --- a/mod_cron/src/mod_cron.erl +++ b/mod_cron/src/mod_cron.erl @@ -20,8 +20,10 @@ -include("ejabberd_commands.hrl"). -include("ejabberd.hrl"). --include("web/ejabberd_http.hrl"). --include("web/ejabberd_web_admin.hrl"). +-include("ejabberd_http.hrl"). +-include("ejabberd_web_admin.hrl"). +-include("logger.hrl"). +-include("xml.hrl"). -record(task, {taskid, timerref, host, task}).