Remove unused macro import
This commit is contained in:
parent
992bba86d9
commit
895065f05f
1 changed files with 2 additions and 2 deletions
|
@ -40,12 +40,12 @@ extern crate chrono;
|
||||||
extern crate libimagdiary;
|
extern crate libimagdiary;
|
||||||
extern crate libimagentryedit;
|
extern crate libimagentryedit;
|
||||||
extern crate libimagentrylist;
|
extern crate libimagentrylist;
|
||||||
|
extern crate libimagerror;
|
||||||
extern crate libimaginteraction;
|
extern crate libimaginteraction;
|
||||||
extern crate libimagrt;
|
extern crate libimagrt;
|
||||||
extern crate libimagstore;
|
extern crate libimagstore;
|
||||||
extern crate libimagutil;
|
|
||||||
extern crate libimagtimeui;
|
extern crate libimagtimeui;
|
||||||
#[macro_use] extern crate libimagerror;
|
extern crate libimagutil;
|
||||||
|
|
||||||
use std::process::exit;
|
use std::process::exit;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue