Remove unused imports in htmlformelement

This commit is contained in:
Luis de Bethencourt 2013-10-09 16:33:04 -04:00
parent 89dd9dd8eb
commit 5801f948e3

View file

@ -3,10 +3,9 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use dom::bindings::utils::{Reflectable, DOMString, ErrorResult};
use dom::element::HTMLFormElementTypeId;
use dom::htmlcollection::HTMLCollection;
use dom::htmlelement::HTMLElement;
use dom::node::{AbstractNode, ElementNodeTypeId, Node, ScriptView};
use dom::node::{AbstractNode, ScriptView};
use js::jsapi::{JSObject, JSContext};