aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/style/stylesheets/rules_iterator.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/style/stylesheets/rules_iterator.rs b/components/style/stylesheets/rules_iterator.rs
index 81bf890b0fd..b46e24c22c7 100644
--- a/components/style/stylesheets/rules_iterator.rs
+++ b/components/style/stylesheets/rules_iterator.rs
@@ -11,7 +11,6 @@ use smallvec::SmallVec;
use std::slice;
use stylesheets::{CssRule, DocumentRule, ImportRule, MediaRule, SupportsRule};
use stylesheets::StylesheetInDocument;
-use stylesheets::import_rule::ImportSheet;
/// An iterator over a list of rules.
pub struct RulesIterator<'a, 'b, C>