mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Move some unit type definitions to style_traits.
This commit is contained in:
parent
42e90f7db9
commit
cbfe77cee1
16 changed files with 42 additions and 45 deletions
|
@ -31,9 +31,9 @@ use std::collections::HashMap;
|
|||
use std::io::Error as IOError;
|
||||
use std::process;
|
||||
use std::sync::mpsc::{Sender, channel};
|
||||
use style_traits::{PagePx, ViewportPx};
|
||||
use url::Url;
|
||||
use util;
|
||||
use util::geometry::{PagePx, ViewportPx};
|
||||
use util::ipc::OptionalIpcSender;
|
||||
use util::opts::{self, Opts};
|
||||
use util::prefs::{PREFS, Pref};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue