Cleanup unused import stuff

Also support i686-pc-windows-msvc

Signed-off-by: Peter Atashian <retep998@gmail.com>
This commit is contained in:
Peter Atashian 2015-08-21 11:49:10 -04:00
parent 42949fb34b
commit 9d387b4f98
4 changed files with 18 additions and 17 deletions

View file

@ -1,6 +1,5 @@
#![cfg(target_os = "windows")]
use std::sync::atomic::AtomicBool;
use std::mem;
use std::ptr;
use std::ffi::OsStr;
@ -26,7 +25,6 @@ use winapi;
use user32;
use kernel32;
use api::wgl;
use api::wgl::Context as WglContext;
use api::egl::Context as EglContext;
use api::egl::ffi::egl::Egl;