Remove unused imports from libimaginteraction

This commit is contained in:
Matthias Beyer 2017-02-04 11:02:44 +01:00
parent 4c81b36237
commit a1b210fc14

View file

@ -33,7 +33,6 @@
extern crate spinner; extern crate spinner;
extern crate interactor; extern crate interactor;
#[macro_use] extern crate log;
extern crate ansi_term; extern crate ansi_term;
#[macro_use] extern crate lazy_static; #[macro_use] extern crate lazy_static;
extern crate regex; extern crate regex;
@ -43,7 +42,7 @@ extern crate rustyline;
extern crate libimagentryfilter; extern crate libimagentryfilter;
extern crate libimagstore; extern crate libimagstore;
#[macro_use] extern crate libimagutil; extern crate libimagutil;
#[macro_use] extern crate libimagerror; #[macro_use] extern crate libimagerror;
pub mod ask; pub mod ask;