From b45fd2134067540e5966d26396049f25f9a4466f Mon Sep 17 00:00:00 2001 From: Badlop Date: Thu, 24 Mar 2016 14:56:46 +0100 Subject: [PATCH] Fix mod_cron still looking for xml.hrl (#157) --- mod_cron/src/mod_cron.erl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mod_cron/src/mod_cron.erl b/mod_cron/src/mod_cron.erl index 092080c..32926ab 100644 --- a/mod_cron/src/mod_cron.erl +++ b/mod_cron/src/mod_cron.erl @@ -25,11 +25,7 @@ -include("ejabberd_http.hrl"). -include("ejabberd_web_admin.hrl"). -include("logger.hrl"). --ifdef(NO_EXT_LIB). --include("xml.hrl"). --else. --include_lib("p1_xml/include/xml.hrl"). --endif. +-include("jlib.hrl"). -record(task, {taskid, timerref, host, task}).