libimagrt: Remove unused imports

This commit is contained in:
Matthias Beyer 2017-02-04 11:11:50 +01:00
parent a1b210fc14
commit 5c2f4fcccc
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
)]
#[macro_use] extern crate log;
#[macro_use] extern crate itertools;
extern crate itertools;
#[cfg(unix)] extern crate xdg_basedir;
extern crate env_logger;
extern crate tempfile;