Auto merge of #9275 - Ms2ger:extern-crate, r=larsbergstrom

Remove some unused extern crates.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9275)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-01-13 21:16:35 +05:30
commit 0b5dda3e9c
26 changed files with 0 additions and 72 deletions

View file

@ -69,7 +69,6 @@ git = "https://github.com/pcwalton/gaol"
[dependencies]
app_units = {version = "0.1", features = ["plugins"]}
image = "0.5.0"
libc = "0.2"
log = "0.3"
num = "0.1.24"
time = "0.1.17"

View file

@ -33,7 +33,6 @@ extern crate image;
extern crate ipc_channel;
extern crate layers;
extern crate layout_traits;
extern crate libc;
#[macro_use]
extern crate log;
extern crate msg;