Remove unused libc dependency for windows in style

This commit is contained in:
Xidorn Quan 2016-08-04 10:09:34 +10:00
parent 7a7bdf51ad
commit ca3174f6f6
3 changed files with 6 additions and 5 deletions

View file

@ -51,7 +51,6 @@ extern crate gecko_bindings;
#[allow(unused_extern_crates)]
#[macro_use]
extern crate lazy_static;
extern crate libc;
#[macro_use]
extern crate log;
#[allow(unused_extern_crates)]