From d3ffaee8e631fb95a6c9442a37a20a47ca7623ab Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 13 May 2016 20:14:41 +0000 Subject: [PATCH] Eliminate an unused #include. For a brief period of time, _unrhdr.h was used to implement PCID support on amd64. Reviewed by: kib --- sys/amd64/amd64/pmap.c | 1 - sys/riscv/riscv/pmap.c | 1 - 2 files changed, 2 deletions(-) diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index a7c879cc4445..f7c0ad19f9de 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -119,7 +119,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include diff --git a/sys/riscv/riscv/pmap.c b/sys/riscv/riscv/pmap.c index 78b8d4eaf0c0..a6c899b0776e 100644 --- a/sys/riscv/riscv/pmap.c +++ b/sys/riscv/riscv/pmap.c @@ -132,7 +132,6 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #include