summaryrefslogtreecommitdiffstats
path: root/servo/components/style/global_style_data.rs
diff options
context:
space:
mode:
Diffstat (limited to 'servo/components/style/global_style_data.rs')
-rw-r--r--servo/components/style/global_style_data.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/servo/components/style/global_style_data.rs b/servo/components/style/global_style_data.rs
index 38d72b2c74..d6e49e7da6 100644
--- a/servo/components/style/global_style_data.rs
+++ b/servo/components/style/global_style_data.rs
@@ -10,9 +10,7 @@ use crate::gecko_bindings::bindings;
use crate::parallel::STYLE_THREAD_STACK_SIZE_KB;
use crate::shared_lock::SharedRwLock;
use crate::thread_state;
-use gecko_profiler;
use parking_lot::{Mutex, RwLock, RwLockReadGuard};
-use rayon;
#[cfg(unix)]
use std::os::unix::thread::{JoinHandleExt, RawPthread};
#[cfg(windows)]