diff options
Diffstat (limited to 'components/net/connector.rs')
-rw-r--r-- | components/net/connector.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/net/connector.rs b/components/net/connector.rs index c8eb10a1fe2..e347862d2c9 100644 --- a/components/net/connector.rs +++ b/components/net/connector.rs @@ -2,9 +2,9 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ +use crate::hosts::replace_host; +use crate::http_loader::Decoder; use flate2::read::GzDecoder; -use hosts::replace_host; -use http_loader::Decoder; use hyper::{Body, Client}; use hyper::body::Payload; use hyper::client::HttpConnector as HyperHttpConnector; |