Fix Redox build (#41)

This commit is contained in:
Nagy Tibor 2017-08-15 19:28:44 +02:00 committed by Daniel Collin
parent 7860c66aec
commit 3ffa7ad684

View file

@ -6,7 +6,7 @@ use os::redox::orbclient::Renderer;
use error::Error;
use Result;
use mouse_handler;
use buffer_height;
use buffer_helper;
use key_handler::KeyHandler;
use InputCallback;
use {CursorStyle, MouseButton, MouseMode};