From 9be9949dabced1874797ec85c36596008f0de771 Mon Sep 17 00:00:00 2001 From: Evgeniy Khramtsov Date: Fri, 15 Aug 2014 18:32:34 +0400 Subject: [PATCH] Remove useless -include() --- src/mod_fail2ban.erl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mod_fail2ban.erl b/src/mod_fail2ban.erl index 7bbe100b2..f16a1fcea 100644 --- a/src/mod_fail2ban.erl +++ b/src/mod_fail2ban.erl @@ -13,8 +13,6 @@ %% API -export([start/2, stop/1, c2s_auth_result/4, check_bl_c2s/2]). --include("jlib.hrl"). - %%%=================================================================== %%% API %%%===================================================================