about summary refs log tree commit diff
path: root/src/rt/boxed_region.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-08-09 18:41:13 -0700
committerbors <bors@rust-lang.org>2013-08-09 18:41:13 -0700
commite81e81f234731a31fad9afdc2045bef3fbdf1109 (patch)
treef15c93f7989462a768b7c333e6dec0445c62472d /src/rt/boxed_region.cpp
parent6f6dce7bbcfb104a8a1e23b0b93d83cbb770f338 (diff)
parentb75915d0ca20c6d066a7368ad53491a55a5a57d2 (diff)
auto merge of #8387 : brson/rust/nooldrt, r=brson
Diffstat (limited to 'src/rt/boxed_region.cpp')
-rw-r--r--src/rt/boxed_region.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rt/boxed_region.cpp b/src/rt/boxed_region.cpp
index 012333b931e..0d3d6c019f8 100644
--- a/src/rt/boxed_region.cpp
+++ b/src/rt/boxed_region.cpp
@@ -8,9 +8,9 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#include "memory_region.h"
 #include "boxed_region.h"
 #include "rust_globals.h"
-#include "rust_task.h"
 #include "rust_env.h"
 #include "rust_util.h"