From 63ebfcca04e71ed750f3451e62b1423581feb44a Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Thu, 12 Sep 2024 03:02:37 +0100 Subject: [PATCH] x86/sched: Drop unused includes from credit2.c Sort the remaining includes. Signed-off-by: Andrew Cooper Acked-by: Juergen Gross --- xen/common/sched/credit2.c | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/xen/common/sched/credit2.c b/xen/common/sched/credit2.c index 4b2ef034ca..0a83f23725 100644 --- a/xen/common/sched/credit2.c +++ b/xen/common/sched/credit2.c @@ -10,22 +10,18 @@ * Based on an earlier verson by Emmanuel Ackaouy. */ +#include #include #include #include +#include #include #include -#include -#include -#include -#include -#include #include -#include -#include +#include #include -#include -#include + +#include #include "private.h" -- 2.39.5