aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test
diff options
context:
space:
mode:
authorPaul Meinhardt <[email protected]>2019-05-26 22:28:12 +0200
committerPaul Meinhardt <[email protected]>2019-06-06 00:12:36 +0200
commit5160870a868bfcb29bd8f1a2c12b7b7b7963d946 (patch)
treeb55f6a47eb132d949cafc94d00aa091f0d0eb611 /lib/ssh/test
parent639ca4526b3f378bd1635fbc56f134d9c01e624b (diff)
downloadotp-5160870a868bfcb29bd8f1a2c12b7b7b7963d946.tar.gz
otp-5160870a868bfcb29bd8f1a2c12b7b7b7963d946.tar.bz2
otp-5160870a868bfcb29bd8f1a2c12b7b7b7963d946.zip
Remove duplicate ssh_userauth.hrl
The `ssh_userauth.hrl` header file was a duplicate of `ssh_auth.hrl` not used anywhere except for the ssh benchmark suite.
Diffstat (limited to 'lib/ssh/test')
-rw-r--r--lib/ssh/test/ssh_bench_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_bench_SUITE.erl b/lib/ssh/test/ssh_bench_SUITE.erl
index 880c519a5e..5ff7a71c45 100644
--- a/lib/ssh/test/ssh_bench_SUITE.erl
+++ b/lib/ssh/test/ssh_bench_SUITE.erl
@@ -26,7 +26,7 @@
-include_lib("ssh/src/ssh.hrl").
-include_lib("ssh/src/ssh_transport.hrl").
-include_lib("ssh/src/ssh_connect.hrl").
--include_lib("ssh/src/ssh_userauth.hrl").
+-include_lib("ssh/src/ssh_auth.hrl").
%%%================================================================
%%%