From: Ilya Leoshkevich Date: Wed, 15 Jun 2022 17:10:43 +0000 (+0200) Subject: IBM Z DFLTCC: Simplify includes in dfltcc_detail.h X-Git-Tag: 2.1.0-beta1~209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=428aa9ab4239d5fa7c760360fc5e07f64abb0b66;p=thirdparty%2Fzlib-ng.git 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 --- diff --git a/arch/s390/dfltcc_detail.h b/arch/s390/dfltcc_detail.h index 37e23bc12..e1d625b84 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