Remove layers dependency from util

This commit is contained in:
Matt Brubeck 2015-07-01 09:19:25 -07:00
parent fdb8632a5f
commit 8570b22677
8 changed files with 4 additions and 13 deletions

View file

@ -28,7 +28,6 @@ extern crate alloc;
#[macro_use] extern crate cssparser;
extern crate euclid;
extern crate getopts;
extern crate layers;
extern crate libc;
extern crate num as num_lib;
extern crate num_cpus;