From 786b792c011e44c81155063fb9159107d7bebc26 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Wed, 8 Jul 2015 06:27:49 +0200 Subject: [PATCH] x86: vmx: Remove some no longer needed includes These headers no longer contribute anything vmx.c depends on - or never did at all. Signed-off-by: Jan Kiszka --- hypervisor/arch/x86/vmx.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hypervisor/arch/x86/vmx.c b/hypervisor/arch/x86/vmx.c index d922f0f..edef8c8 100644 --- a/hypervisor/arch/x86/vmx.c +++ b/hypervisor/arch/x86/vmx.c @@ -21,12 +21,9 @@ #include #include #include -#include #include -#include #include #include -#include #define CR0_IDX 0 #define CR4_IDX 1 -- 2.39.2