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

@ -23,7 +23,7 @@ use layers::platform::surface::{NativeDisplay, NativeSurface};
use msg::constellation_msg::{ConstellationChan, Failure, PipelineId};
use paint_context::PaintContext;
use profile_traits::mem::{self, ReportsChan};
use profile_traits::time::{self, profile};
use profile_traits::time;
use rand::{self, Rng};
use skia::gl_context::GLContext;
use std::borrow::ToOwned;