diff options
author | Björn Gustavsson <[email protected]> | 2016-02-26 10:10:44 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2016-02-26 10:10:44 +0100 |
commit | 8480526b8fea311d7bca818caeb2687ee615e5dd (patch) | |
tree | 31b484ffc5a5eabc5c61bf748320c77ae44468b6 /lib/inets | |
parent | 77046ef3d886574a81d0ff517d8c1e6f3b6c0692 (diff) | |
download | otp-8480526b8fea311d7bca818caeb2687ee615e5dd.tar.gz otp-8480526b8fea311d7bca818caeb2687ee615e5dd.tar.bz2 otp-8480526b8fea311d7bca818caeb2687ee615e5dd.zip |
Remove multiple inclusion of ct.hrl
Diffstat (limited to 'lib/inets')
-rw-r--r-- | lib/inets/test/ftp_suite_lib.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/inets/test/ftp_suite_lib.erl b/lib/inets/test/ftp_suite_lib.erl index 2f9170fa0c..f15fa2fa8d 100644 --- a/lib/inets/test/ftp_suite_lib.erl +++ b/lib/inets/test/ftp_suite_lib.erl @@ -23,7 +23,6 @@ -include_lib("common_test/include/ct.hrl"). --include_lib("common_test/include/ct.hrl"). -include("inets_test_lib.hrl"). %% Test server specific exports |