diff options
| author | Jon Morton <jonanin@gmail.com> | 2012-04-02 22:18:01 -0500 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-04-03 16:02:38 -0700 |
| commit | 632a4c9326561de2bd9d9ded19a82f22678a0cf4 (patch) | |
| tree | e5c5c509b2679cab824819c1d6340e44986d950d /src/rt/rust_sched_loop.cpp | |
| parent | 704ca046a13977175975cb20a77ea2fbac15d77a (diff) | |
| download | rust-632a4c9326561de2bd9d9ded19a82f22678a0cf4.tar.gz rust-632a4c9326561de2bd9d9ded19a82f22678a0cf4.zip | |
Refactor includes structure, getting rid of rust_internal.h
Many changes to code structure are included: - removed TIME_SLICE_IN_MS - removed sychronized_indexed_list - removed region_owned - kernel_owned move to kernel.h, task_owned moved to task.h - global configs moved to rust_globals.h - changed #pragma once to standard guard in rust_upcall.h - got rid of memory.h
Diffstat (limited to 'src/rt/rust_sched_loop.cpp')
| -rw-r--r-- | src/rt/rust_sched_loop.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/rt/rust_sched_loop.cpp b/src/rt/rust_sched_loop.cpp index 1076aa8af3f..e8942f37733 100644 --- a/src/rt/rust_sched_loop.cpp +++ b/src/rt/rust_sched_loop.cpp @@ -1,9 +1,5 @@ -#include <stdarg.h> -#include <cassert> -#include <pthread.h> -#include <vector> -#include "rust_internal.h" +#include "rust_sched_loop.h" #include "rust_util.h" #include "rust_scheduler.h" |
