forked from michael/leanshot
fix warning
This commit is contained in:
parent
cffe227be9
commit
65ddb21aa2
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
use imlib2::{self, Image as Image2};
|
use imlib2::{self, Image as Image2};
|
||||||
use xlib::{self, Display, Visual, Window};
|
use xlib::{Display, Visual, Window};
|
||||||
|
|
||||||
use errors::ScreenshotError;
|
use errors::ScreenshotError;
|
||||||
use Options;
|
use Options;
|
||||||
|
|
Loading…
Reference in a new issue