diff --git a/servo-style.rc b/servo-style.rc index 60cf87b0e8f..658c47c83bc 100644 --- a/servo-style.rc +++ b/servo-style.rc @@ -2,23 +2,7 @@ #[crate_type = "lib"]; extern mod extra; - -#[path = "../rust-cssparser/ast.rs"] -mod ast; -#[path = "../rust-cssparser/tokenizer.rs"] -mod tokenizer; -#[path = "../rust-cssparser/parser.rs"] -mod syntax; -#[path = "../rust-cssparser/color.rs"] -mod color; - - -mod cssparser { - pub use super::ast::*; - pub use super::tokenizer::*; - pub use super::syntax::*; -} - +extern mod cssparser; pub mod stylesheets; pub mod selectors;