Remove unneeded macro import

This commit is contained in:
Matthias Beyer 2017-06-21 10:00:17 +02:00
parent 4ab81275ca
commit 01fb556204
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
extern crate toml;
extern crate toml_query;
#[macro_use] extern crate log;
#[macro_use] extern crate semver;
extern crate semver;
#[macro_use] extern crate libimagstore;
#[macro_use] extern crate libimagerror;