Remove unused macro import

This commit is contained in:
Matthias Beyer 2017-12-22 11:02:55 +01:00
parent 96b51280ab
commit 90ed0c0e10
1 changed files with 1 additions and 1 deletions

View File

@ -25,8 +25,8 @@ extern crate kairos;
#[macro_use] extern crate error_chain;
#[macro_use] extern crate is_match;
#[macro_use] extern crate libimagerror;
#[macro_use] extern crate libimagstore;
extern crate libimagerror;
extern crate libimagentryedit;
extern crate libimagentrylink;