about summary refs log tree commit diff
path: root/src/rt/rust_test_helpers.cpp
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2013-08-22 23:30:25 -0700
committerBrian Anderson <banderson@mozilla.com>2013-08-23 18:38:59 -0700
commit9cdfe1e6039598961838ba2cc88a6ed6aa5449bf (patch)
tree04997cedc88215f23ba63f96ad31b5accc4775dd /src/rt/rust_test_helpers.cpp
parent0ee24437ce80bf25023ddb45db37fa3eadc689f1 (diff)
downloadrust-9cdfe1e6039598961838ba2cc88a6ed6aa5449bf.tar.gz
rust-9cdfe1e6039598961838ba2cc88a6ed6aa5449bf.zip
rt: Remove rust_abi
Diffstat (limited to 'src/rt/rust_test_helpers.cpp')
-rw-r--r--src/rt/rust_test_helpers.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rt/rust_test_helpers.cpp b/src/rt/rust_test_helpers.cpp
index 33fea72cca7..f10a1f36938 100644
--- a/src/rt/rust_test_helpers.cpp
+++ b/src/rt/rust_test_helpers.cpp
@@ -13,7 +13,6 @@
 #include "rust_util.h"
 #include "sync/rust_thread.h"
 #include "sync/lock_and_signal.h"
-#include "rust_abi.h"
 
 // These functions are used in the unit tests for C ABI calls.