Clean up methods on specified::Image

This commit is contained in:
Anthony Ramine 2017-05-12 22:25:23 +02:00
parent abef5da9d8
commit fa5b46b6ee
2 changed files with 12 additions and 13 deletions

View file

@ -3,6 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use parsing::parse;
use style::parser::Parse;
use style::values::specified::image::*;
use style_traits::ToCss;