From eb0d181431fe4445d46e55bbc69be8d9aa5d7c14 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 37e23bc122..e1d625b84a 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