aboutsummaryrefslogtreecommitdiff
path: root/src/mod_stun_disco.erl
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2020-05-03 17:27:41 +0200
committerHolger Weiss <holger@zedat.fu-berlin.de>2020-05-03 17:27:41 +0200
commitb1e967eaf3c16ef12c9c2b9ed2b4312fee2b9240 (patch)
treeb497ae58d6433772eb69f835a7d63bf729188ffb /src/mod_stun_disco.erl
parentmod_stun_disco: Apply minor documentation cleanups (diff)
mod_stun_disco: Remove unnecessary inclusion
Diffstat (limited to 'src/mod_stun_disco.erl')
-rw-r--r--src/mod_stun_disco.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mod_stun_disco.erl b/src/mod_stun_disco.erl
index 27b83ef49..0c03be284 100644
--- a/src/mod_stun_disco.erl
+++ b/src/mod_stun_disco.erl
@@ -53,8 +53,6 @@
%% gen_iq_handler callback.
-export([process_iq/1]).
--include_lib("kernel/include/inet.hrl").
-
-include("logger.hrl").
-include("translate.hrl").
-include("xmpp.hrl").