Remove multiple unused imports in gfx

Fixes #9342.
This commit is contained in:
Brandon Fairchild 2016-01-16 14:16:03 -05:00
parent 5a954d2492
commit dce7c7bb69
3 changed files with 1 additions and 4 deletions

View file

@ -27,13 +27,11 @@ use net_traits::image::base::Image;
use paint_context::PaintContext;
use paint_thread::{PaintLayerContents, PaintLayer};
use self::DisplayItem::*;
use self::DisplayItemIterator::*;
use smallvec::SmallVec;
use std::cmp::Ordering;
use std::collections::linked_list::{self, LinkedList};
use std::fmt;
use std::mem;
use std::slice::Iter;
use std::sync::Arc;
use style::computed_values::{border_style, cursor, filter, image_rendering, mix_blend_mode};
use style::computed_values::{pointer_events};