diff options
Diffstat (limited to 'src/shaper.erl')
-rw-r--r-- | src/shaper.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/shaper.erl b/src/shaper.erl index 2fb0fee81..028331659 100644 --- a/src/shaper.erl +++ b/src/shaper.erl @@ -37,7 +37,6 @@ -export([init/1, handle_call/3, handle_cast/2, handle_info/2, terminate/2, code_change/3]). --include("ejabberd.hrl"). -include("logger.hrl"). -record(maxrate, {maxrate = 0 :: integer(), |