aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/image/base.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/net_traits/image/base.rs')
-rw-r--r--components/net_traits/image/base.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net_traits/image/base.rs b/components/net_traits/image/base.rs
index e1ccf625789..3acd8903006 100644
--- a/components/net_traits/image/base.rs
+++ b/components/net_traits/image/base.rs
@@ -2,8 +2,8 @@
* 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::piston_image::{self, DynamicImage, ImageFormat};
use ipc_channel::ipc::IpcSharedMemory;
+use piston_image::{DynamicImage, ImageFormat};
use pixels;
use std::fmt;
use webrender_api;