diff --git a/ports/glutin/window.rs b/ports/glutin/window.rs index 6304176eef2..36cdfd047c0 100644 --- a/ports/glutin/window.rs +++ b/ports/glutin/window.rs @@ -27,12 +27,10 @@ use std::rc::Rc; use time::{mod, Timespec}; use util::geometry::ScreenPx; use util::opts::{RenderApi, Mesa, OpenGL}; +use gleam::gl; use glutin; use NestedEventLoopListener; -#[cfg(not(target_os="android"))] -use gleam::gl; - #[cfg(target_os="linux")] use std::ptr;