diff options
| author | bors <bors@rust-lang.org> | 2013-11-12 08:01:20 -0800 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-11-12 08:01:20 -0800 |
| commit | 2ee72ba5c61f1b59d470e2899f208500f2cb0d7f (patch) | |
| tree | e309f6f0c5219bc19c5ef2d54992d426f3ee2b1e /src/rt/rust_upcall.cpp | |
| parent | 11b07847e6e75bfd26efe85f8c60f53fcc55a631 (diff) | |
| parent | 6b6f89b0ecf7dcde1a03cc5f61fe0767befadd5f (diff) | |
auto merge of #10439 : brson/rust/rmcxx, r=bstrie
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 e7648a081be..95f4bec02e9 100644 --- a/src/rt/rust_upcall.cpp +++ b/src/rt/rust_upcall.cpp @@ -17,7 +17,6 @@ */ #include "rust_globals.h" -#include "rust_util.h" //Unwinding ABI declarations. typedef int _Unwind_Reason_Code; |
