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