Skip to content
Snippets Groups Projects
Commit 23fcd668 authored by gwenn's avatar gwenn
Browse files

Fix warning on windows

parent 70685371
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,6 @@ use std::iter::IntoIterator;
use std::slice::Iter;
use std::vec::IntoIter;
#[cfg(windows)]
use winapi;
use Result;
use config::Config;
use consts::KeyPress;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment