mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
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:
commit
0b5dda3e9c
26 changed files with 0 additions and 72 deletions
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue