remove unused use statements in mako helpers

These are no longer needed, according to `./mach build -d` and grep.
This commit is contained in:
Nathan Froyd 2017-03-24 11:28:43 -04:00
parent 686df84d77
commit 5f49e38650

View file

@ -219,8 +219,6 @@
use properties::{DeclaredValue, LonghandId, LonghandIdSet};
use properties::{CSSWideKeyword, ComputedValues, PropertyDeclaration};
use properties::style_structs;
use std::boxed::Box as StdBox;
use std::collections::HashMap;
use std::sync::Arc;
use values::computed::{Context, ToComputedValue};
use values::{computed, specified};