trivial: Remove unused header files

Signed-off-by: Yanyan Shen <yanyan.shen@data61.csiro.au>
This commit is contained in:
Yanyan Shen
2019-12-16 18:03:43 +08:00
committed by Siwei Zhuang
parent f6507ae6c5
commit a233f71184
2 changed files with 0 additions and 2 deletions

View File

@@ -15,7 +15,6 @@
#include <api/types.h>
#include <smp/lock.h>
#include <arch/machine/hardware.h>
#include <arch/machine/fpu.h>
#include <machine/fpu.h>
void slowpath(syscall_t syscall)

View File

@@ -13,7 +13,6 @@
#include <api/syscall.h>
#include <util.h>
#include <arch/machine/hardware.h>
#include <arch/machine/fpu.h>
#include <machine/fpu.h>
#include <benchmark/benchmark_track.h>