fix warning

This commit is contained in:
Michael Zhang 2018-09-30 15:44:49 -05:00
parent cffe227be9
commit 65ddb21aa2
No known key found for this signature in database
GPG key ID: A1B65B603268116B

View file

@ -1,5 +1,5 @@
use imlib2::{self, Image as Image2};
use xlib::{self, Display, Visual, Window};
use xlib::{Display, Visual, Window};
use errors::ScreenshotError;
use Options;