Skip to content

Commit 9ad8a1f

Browse files
committed
auto merge of #4973 : thestinger/rust/rt, r=brson
2 parents 354da41 + f34dd56 commit 9ad8a1f

File tree

5 files changed

+0
-1256
lines changed

5 files changed

+0
-1256
lines changed

src/rt/rust_globals.h

-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@
3737
#include <math.h>
3838
#include <assert.h>
3939

40-
#include "uthash.h"
41-
4240
#if defined(__WIN32__)
4341
extern "C" {
4442
#include <windows.h>

src/rt/rust_kernel.h

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
#include "rust_log.h"
5050
#include "rust_sched_reaper.h"
5151
#include "rust_type.h"
52-
#include "util/hash_map.h"
5352
#include "sync/lock_and_signal.h"
5453

5554
class rust_scheduler;

0 commit comments

Comments
 (0)