aboutsummaryrefslogtreecommitdiff
path: root/src/mod_fail2ban.erl
diff options
context:
space:
mode:
authorEvgeniy Khramtsov <ekhramtsov@process-one.net>2014-08-15 18:32:34 +0400
committerEvgeniy Khramtsov <ekhramtsov@process-one.net>2014-08-27 13:18:29 +0400
commit9be9949dabced1874797ec85c36596008f0de771 (patch)
tree4acc8250d65ebe1bd2874b8318c5b06d1ea7c360 /src/mod_fail2ban.erl
parentBan the IP if there are too many failed authentications (diff)
Remove useless -include()
Diffstat (limited to 'src/mod_fail2ban.erl')
-rw-r--r--src/mod_fail2ban.erl2
1 files changed, 0 insertions, 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
%%%===================================================================