# HG changeset patch # User Sergey Kandaurov # Date 1559222174 -10800 # Node ID 1220f0055135dc7615c977a9ff901d0dc527754d # Parent 34e86a28cabd5da8a59e3987fd3478a78e3b0113 Tests: removed unused Config imports. diff --git a/h2_headers.t b/h2_headers.t --- a/h2_headers.t +++ b/h2_headers.t @@ -13,8 +13,6 @@ use strict; use Test::More; -use Config; - BEGIN { use FindBin; chdir($FindBin::Bin); } use lib 'lib'; diff --git a/js_headers.t b/js_headers.t --- a/js_headers.t +++ b/js_headers.t @@ -12,8 +12,6 @@ use strict; use Test::More; -use Config; - BEGIN { use FindBin; chdir($FindBin::Bin); } use lib 'lib'; diff --git a/mp4.t b/mp4.t --- a/mp4.t +++ b/mp4.t @@ -13,8 +13,6 @@ use strict; use Test::More; -use Config; - BEGIN { use FindBin; chdir($FindBin::Bin); } use lib 'lib';