aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/custom_properties.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/custom_properties.rs')
-rw-r--r--components/style/custom_properties.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/custom_properties.rs b/components/style/custom_properties.rs
index af9a2c4e7da..26fc794afb3 100644
--- a/components/style/custom_properties.rs
+++ b/components/style/custom_properties.rs
@@ -10,7 +10,6 @@ use std::collections::{HashMap, HashSet};
use std::fmt;
use std::sync::Arc;
use string_cache::Atom;
-use util::mem::HeapSizeOf;
// Does not include the `--` prefix
pub type Name = Atom;