Fix mod_cron still looking for xml.hrl (#157)

This commit is contained in:
Badlop 2016-03-24 14:56:46 +01:00
parent 5fc2b410a2
commit b45fd21340
1 changed files with 1 additions and 5 deletions

View File

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