summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorAlmuHS <liberamenso10000@gmail.com>2019-03-31 00:53:24 +0100
committerAlmuHS <liberamenso10000@gmail.com>2019-03-31 00:55:12 +0100
commit34741cbf3d1d51e6a7cc697c975ba8d44229f349 (patch)
tree50950df12efa1c325c92f0d470e350118b163182 /kern
parent2c5974828d943f7b577e541689d75cb06cd0d097 (diff)
moved #include to cpu_number.c
Diffstat (limited to 'kern')
-rw-r--r--kern/cpu_number.c2
-rw-r--r--kern/cpu_number.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/kern/cpu_number.c b/kern/cpu_number.c
index 4dd14a6a..8bac9117 100644
--- a/kern/cpu_number.c
+++ b/kern/cpu_number.c
@@ -1,5 +1,7 @@
#include <kern/cpu_number.h>
#include <i386at/acpi_rsdp.h>
+#include <imps/apic.h>
+#include <mach/machine.h>
unsigned int master_cpu = 0; /* 'master' processor - keeps time */
diff --git a/kern/cpu_number.h b/kern/cpu_number.h
index ea94aba2..16d03b80 100644
--- a/kern/cpu_number.h
+++ b/kern/cpu_number.h
@@ -27,8 +27,6 @@
#ifndef _KERN_CPU_NUMBER_H_
#define _KERN_CPU_NUMBER_H_
-#include <imps/apic.h>
-#include <mach/machine.h>
/*