4
0
Эх сурвалжийг харах

Remove unused extern crates.

Bruce Mitchener 7 жил өмнө
parent
commit
f2893a0af6

+ 0 - 1
examples/load_elf.rs

@@ -5,7 +5,6 @@
 // copied, modified, or distributed except according to those terms.
 
 
-extern crate byteorder;
 extern crate elf;
 use std::path::PathBuf;
 

+ 0 - 1
examples/to_json.rs

@@ -8,7 +8,6 @@
 #[macro_use]
 extern crate json;
 
-extern crate byteorder;
 extern crate elf;
 use std::path::PathBuf;
 

+ 0 - 1
src/lib.rs

@@ -20,7 +20,6 @@
 use std::u32;
 use std::collections::HashMap;
 
-extern crate libc;
 extern crate combine;
 extern crate time;