aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/htmldocument.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-01-13 17:04:10 +0100
committerMs2ger <ms2ger@gmail.com>2014-01-13 17:04:10 +0100
commitb15e6dfc841ae189ff494f7aef9688f6ba5905de (patch)
treefab9bf324a4b66e64ed5f4cfb7ebc833c5dde99c /src/components/script/dom/htmldocument.rs
parent048929278ad62af706c72b400f82e707dc6e4806 (diff)
downloadservo-b15e6dfc841ae189ff494f7aef9688f6ba5905de.tar.gz
servo-b15e6dfc841ae189ff494f7aef9688f6ba5905de.zip
Remove unused imports.
Diffstat (limited to 'src/components/script/dom/htmldocument.rs')
-rw-r--r--src/components/script/dom/htmldocument.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/script/dom/htmldocument.rs b/src/components/script/dom/htmldocument.rs
index 27b5969458e..4a8ac7d8158 100644
--- a/src/components/script/dom/htmldocument.rs
+++ b/src/components/script/dom/htmldocument.rs
@@ -5,10 +5,8 @@
use dom::bindings::codegen::HTMLDocumentBinding;
use dom::bindings::utils::{Reflectable, Reflector, Traceable};
use dom::document::{AbstractDocument, Document, HTML};
-use dom::element::HTMLHeadElementTypeId;
use dom::htmlcollection::HTMLCollection;
use dom::namespace::Null;
-use dom::node::{AbstractNode, ElementNodeTypeId};
use dom::window::Window;
use js::jsapi::JSTracer;