mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Remove some unused imports.
This commit is contained in:
parent
5b91daa923
commit
0cc75b731c
1 changed files with 2 additions and 3 deletions
|
@ -3,9 +3,8 @@
|
|||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
use azure::azure_hl::Color;
|
||||
use constellation_msg::{Key, KeyModifiers, KeyState, PipelineId};
|
||||
use euclid::{Matrix4, Point2D, Rect};
|
||||
use ipc_channel::ipc::IpcSender;
|
||||
use constellation_msg::PipelineId;
|
||||
use euclid::{Matrix4, Rect};
|
||||
use std::fmt::{self, Debug, Formatter};
|
||||
|
||||
/// A newtype struct for denoting the age of messages; prevents race conditions.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue