From 017ce8719829383952e8ea37331d63ebc8bd4852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Chmielowski?= Date: Mon, 2 Jul 2018 10:07:44 +0200 Subject: [PATCH] mod_rest don't really need ejabebrd.hrl --- mod_rest/src/mod_rest.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/mod_rest/src/mod_rest.erl b/mod_rest/src/mod_rest.erl index d41915b..16630b2 100644 --- a/mod_rest/src/mod_rest.erl +++ b/mod_rest/src/mod_rest.erl @@ -33,7 +33,6 @@ process/2, mod_opt_type/1, mod_options/1]). --include("ejabberd.hrl"). -include("logger.hrl"). -include("ejabberd_http.hrl"). -include("ejabberd_ctl.hrl").