Skip to content

Commit 4f4b7b1

Browse files
committed
rt: Futz with headers to satisfy FreeBSD
1 parent 72ffb4b commit 4f4b7b1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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, ...) \

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)