From 18d5378f4c46db9ced2a4258e9f301739a15ca60 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Wed, 4 Oct 2017 21:32:26 +0200 Subject: Fix some header inclusions --- arch/x86/machine/pmap.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86/machine') diff --git a/arch/x86/machine/pmap.c b/arch/x86/machine/pmap.c index 6d42496..fc2c0a0 100644 --- a/arch/x86/machine/pmap.c +++ b/arch/x86/machine/pmap.c @@ -21,6 +21,7 @@ #include #include #include +#include #include #include -- cgit v1.2.3 From 849ffff7bcc9be8fce9446b80b7bdae9ddedcb38 Mon Sep 17 00:00:00 2001 From: Richard Braun Date: Tue, 10 Oct 2017 23:22:46 +0200 Subject: x86/pmap: remove useless header inclusion --- arch/x86/machine/pmap.c | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/x86/machine') diff --git a/arch/x86/machine/pmap.c b/arch/x86/machine/pmap.c index fc2c0a0..5ed0502 100644 --- a/arch/x86/machine/pmap.c +++ b/arch/x86/machine/pmap.c @@ -40,7 +40,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3