From 428aa9ab4239d5fa7c760360fc5e07f64abb0b66 Mon Sep 17 00:00:00 2001 From: Ilya Leoshkevich Date: Wed, 15 Jun 2022 19:10:43 +0200 Subject: [PATCH] IBM Z DFLTCC: Simplify includes in dfltcc_detail.h Include zbuild.h instead of the standard headers. Keep stdio.h, since it's provided only conditionally. Suggested-by: Nathan Moinvaziri --- arch/s390/dfltcc_detail.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/s390/dfltcc_detail.h b/arch/s390/dfltcc_detail.h index 37e23bc1..e1d625b8 100644 --- a/arch/s390/dfltcc_detail.h +++ b/arch/s390/dfltcc_detail.h @@ -1,7 +1,5 @@ -#include -#include +#include "../../zbuild.h" #include -#include #ifdef HAVE_SYS_SDT_H #include -- 2.47.3