about summary refs log tree commit diff
path: root/src/rt/rust_upcall.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-08-17 12:51:57 -0700
committerbors <bors@rust-lang.org>2013-08-17 12:51:57 -0700
commitcb8a231eb8b730128c5b7e89c8eac9eab36642c4 (patch)
treecba701818d1dfa1e69d07d2658c6df620c2b6045 /src/rt/rust_upcall.cpp
parent7503396070a8d69040e9998faf667c29c6a6f2cb (diff)
parenta4d171e009813a4fef8aebeb3c6c7759064aafe2 (diff)
downloadrust-cb8a231eb8b730128c5b7e89c8eac9eab36642c4.tar.gz
rust-cb8a231eb8b730128c5b7e89c8eac9eab36642c4.zip
auto merge of #8433 : brson/rust/rm-more-oldrt-crud, r=brson
Just deleting more stuff.
Diffstat (limited to 'src/rt/rust_upcall.cpp')
-rw-r--r--src/rt/rust_upcall.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_upcall.cpp b/src/rt/rust_upcall.cpp
index f1b31e89df8..21c0d219242 100644
--- a/src/rt/rust_upcall.cpp
+++ b/src/rt/rust_upcall.cpp
@@ -17,7 +17,6 @@
  */
 
 #include "rust_globals.h"
-#include "rust_upcall.h"
 #include "rust_util.h"
 
 //Unwinding ABI declarations.