From ad68cf93b11d0db8c7664ce8557cc38db6aa7468 Mon Sep 17 00:00:00 2001 From: skra Date: Mon, 22 Feb 2016 09:08:04 +0000 Subject: As is included from , there is no need to include it explicitly when is already included. Suggested by: alc Reviewed by: alc Differential Revision: https://reviews.freebsd.org/D5379 --- sys/arm64/arm64/minidump_machdep.c | 1 - sys/arm64/arm64/trap.c | 1 - 2 files changed, 2 deletions(-) (limited to 'sys/arm64') diff --git a/sys/arm64/arm64/minidump_machdep.c b/sys/arm64/arm64/minidump_machdep.c index a02db58..56d1713 100644 --- a/sys/arm64/arm64/minidump_machdep.c +++ b/sys/arm64/arm64/minidump_machdep.c @@ -53,7 +53,6 @@ __FBSDID("$FreeBSD$"); #include #include -#include #include CTASSERT(sizeof(struct kerneldumpheader) == 512); diff --git a/sys/arm64/arm64/trap.c b/sys/arm64/arm64/trap.c index 10e3f41..1db5742 100644 --- a/sys/arm64/arm64/trap.c +++ b/sys/arm64/arm64/trap.c @@ -52,7 +52,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #ifdef KDTRACE_HOOKS #include -- cgit v1.1