Move thread_state to style.

This commit is contained in:
Ms2ger 2016-08-22 16:05:00 +02:00
parent 32a0493cde
commit 307d1ced3c
14 changed files with 14 additions and 14 deletions

View file

@ -25,10 +25,10 @@ use std::io::{Write, stdout};
use std::marker::PhantomData;
use std::os;
use std::ptr;
use style::thread_state;
use time::{Tm, now};
use util::opts;
use util::prefs::PREFS;
use util::thread_state;
/// Common messages used to control the event loops in both the script and the worker
pub enum CommonScriptMsg {