From 45086b7bfd3ae6f97e28f215b58d1f19def09c4d Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Tue, 20 Sep 2011 14:06:57 -0700 Subject: [PATCH] rt: Remove #include "rust_box.h" --- src/rt/rust_upcall.cpp | 1 - 1 file changed, 1 deletion(-) 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"