Remove unused extern crates

This commit is contained in:
Brandon Fish
2019-01-19 00:51:29 -06:00
parent 323830fbae
commit 6cf68d63ac
2 changed files with 1 additions and 15 deletions

View File

@ -1,22 +1,9 @@
extern crate cranelift_codegen;
extern crate cranelift_entity;
extern crate cranelift_native;
extern crate cranelift_wasm;
extern crate libc;
extern crate region;
extern crate structopt;
extern crate wabt;
extern crate wasmer_clif_backend;
extern crate wasmer_runtime;
extern crate wasmparser;
// extern crate wasmer_emscripten;
extern crate byteorder;
extern crate console;
#[cfg_attr(test, macro_use)]
extern crate field_offset;
extern crate indicatif;
pub extern crate nix; // re-exported for usage in macros
extern crate rayon;
#[cfg(windows)]
extern crate winapi;