From 632a4c9326561de2bd9d9ded19a82f22678a0cf4 Mon Sep 17 00:00:00 2001 From: Jon Morton Date: Mon, 2 Apr 2012 22:18:01 -0500 Subject: 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 --- src/rt/sync/rust_thread.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/sync/rust_thread.cpp') diff --git a/src/rt/sync/rust_thread.cpp b/src/rt/sync/rust_thread.cpp index 6937f4f7811..5d533acde3d 100644 --- a/src/rt/sync/rust_thread.cpp +++ b/src/rt/sync/rust_thread.cpp @@ -1,4 +1,4 @@ -#include "rust_globals.h" + #include "rust_thread.h" const size_t default_stack_sz = 1024*1024; -- cgit 1.4.1-3-g733a5