aboutsummaryrefslogtreecommitdiffstats
path: root/components/style/font_face.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/style/font_face.rs')
-rw-r--r--components/style/font_face.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/font_face.rs b/components/style/font_face.rs
index d42e0feb3e9..0810afac5a8 100644
--- a/components/style/font_face.rs
+++ b/components/style/font_face.rs
@@ -8,7 +8,6 @@ use parser::{ParserContext, log_css_error};
use properties::longhands::font_family::parse_one_family;
use std::ascii::AsciiExt;
use url::Url;
-use util::mem::HeapSizeOf;
#[derive(Clone, Debug, HeapSizeOf, PartialEq, Eq, Deserialize, Serialize)]
pub enum Source {