about summary refs log tree commit diff
path: root/src/rt/rust_upcall.cpp
diff options
context:
space:
mode:
authorJon Morton <jonanin@gmail.com>2012-04-03 04:37:00 -0500
committerBrian Anderson <banderson@mozilla.com>2012-04-03 16:02:38 -0700
commit386069f39ea17c594e86675fa00d878a6455137f (patch)
tree63ec677f0c2de822971f343441b71d01dd161f2f /src/rt/rust_upcall.cpp
parent632a4c9326561de2bd9d9ded19a82f22678a0cf4 (diff)
downloadrust-386069f39ea17c594e86675fa00d878a6455137f.tar.gz
rust-386069f39ea17c594e86675fa00d878a6455137f.zip
actually remove memory.h; include cleanups
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 a257c031cc0..4753850ca59 100644
--- a/src/rt/rust_upcall.cpp
+++ b/src/rt/rust_upcall.cpp
@@ -13,7 +13,6 @@
 #include "rust_unwind.h"
 #include "rust_upcall.h"
 #include "rust_util.h"
-#include <stdint.h>
 
 #ifdef __GNUC__
 #define LOG_UPCALL_ENTRY(task)                            \