diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2011-09-20 14:06:57 -0700 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2011-09-20 14:07:10 -0700 |
| commit | 45086b7bfd3ae6f97e28f215b58d1f19def09c4d (patch) | |
| tree | e4d9fa295994c6c52c936f19108b630bc2b11423 /src/rt/rust_upcall.cpp | |
| parent | 9a8b4a1be684a62fb718618cc4e42db26bbb0c86 (diff) | |
| download | rust-45086b7bfd3ae6f97e28f215b58d1f19def09c4d.tar.gz rust-45086b7bfd3ae6f97e28f215b58d1f19def09c4d.zip | |
rt: Remove #include "rust_box.h"
Diffstat (limited to 'src/rt/rust_upcall.cpp')
| -rw-r--r-- | src/rt/rust_upcall.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp index a0ab724818e..778e90df162 100644 --- a/src/rt/rust_upcall.cpp +++ b/src/rt/rust_upcall.cpp @@ -1,4 +1,3 @@ -#include "rust_box.h" #include "rust_gc.h" #include "rust_internal.h" #include "rust_unwind.h" |
