From 63091b3043df14cb53cd895e0f3e8894f2b853db Mon Sep 17 00:00:00 2001 From: Asias He Date: Sat, 7 Apr 2012 20:14:55 +0800 Subject: [PATCH] kvm tools: Drop unnecessary headers in barrier.h Signed-off-by: Asias He Signed-off-by: Pekka Enberg --- tools/kvm/x86/include/kvm/barrier.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tools/kvm/x86/include/kvm/barrier.h b/tools/kvm/x86/include/kvm/barrier.h index 38c1c8246fea..f1a71281ada9 100644 --- a/tools/kvm/x86/include/kvm/barrier.h +++ b/tools/kvm/x86/include/kvm/barrier.h @@ -7,10 +7,7 @@ * Provide the dependencies here - we can drop these wrappers once * the header is fixed upstream: */ -#include -#include -#include -#include + #include #endif /* _KVM_BARRIER_H_ */ -- 2.39.5