about summary refs log tree commit diff
path: root/src/rt/rust_task.h
diff options
context:
space:
mode:
authorJon Morton <jonanin@gmail.com>2012-04-03 04:37:00 -0500
committerBrian Anderson <banderson@mozilla.com>2012-04-03 16:02:38 -0700
commit386069f39ea17c594e86675fa00d878a6455137f (patch)
tree63ec677f0c2de822971f343441b71d01dd161f2f /src/rt/rust_task.h
parent632a4c9326561de2bd9d9ded19a82f22678a0cf4 (diff)
downloadrust-386069f39ea17c594e86675fa00d878a6455137f.tar.gz
rust-386069f39ea17c594e86675fa00d878a6455137f.zip
actually remove memory.h; include cleanups
Diffstat (limited to 'src/rt/rust_task.h')
-rw-r--r--src/rt/rust_task.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_task.h b/src/rt/rust_task.h
index 2a6ed8fdd44..54362e28450 100644
--- a/src/rt/rust_task.h
+++ b/src/rt/rust_task.h
@@ -13,7 +13,6 @@
 #include "rust_port_selector.h"
 #include "rust_type.h"
 #include "rust_sched_loop.h"
-#include "memory.h"
 
 // The amount of extra space at the end of each stack segment, available
 // to the rt, compiler and dynamic linker for running small functions