Skip to content

Commit e467735

Browse files
committed
---
yaml --- r: 15294 b: refs/heads/try c: 4f4b7b1 h: refs/heads/master v: v3
1 parent 4aa9cd9 commit e467735

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 72ffb4b44609ad873ca53b541cef3118e6ce41c4
5+
refs/heads/try: 4f4b7b10bb7557e47bf9e5a6119e205365f35419
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rt/rust_kernel.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66
#include "rust_util.h"
77
#include "rust_scheduler.h"
88

9-
#include <vector>
10-
119
#define KLOG_(...) \
1210
KLOG(this, kern, __VA_ARGS__)
1311
#define KLOG_ERR_(field, ...) \

branches/try/src/rt/rust_kernel.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
#ifndef RUST_KERNEL_H
33
#define RUST_KERNEL_H
44

5+
#include "rust_globals.h"
6+
57
#include <map>
68
#include <vector>
79

8-
#include "rust_globals.h"
910
#include "memory_region.h"
1011
#include "rust_log.h"
1112
#include "rust_sched_reaper.h"

0 commit comments

Comments
 (0)