diff options
| author | Jon Morton <jonanin@gmail.com> | 2012-04-03 04:37:00 -0500 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-04-03 16:02:38 -0700 |
| commit | 386069f39ea17c594e86675fa00d878a6455137f (patch) | |
| tree | 63ec677f0c2de822971f343441b71d01dd161f2f /src/rt/rust_task.h | |
| parent | 632a4c9326561de2bd9d9ded19a82f22678a0cf4 (diff) | |
| download | rust-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.h | 1 |
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 |
