From cb11d6baec41f14c3e8f6832a13ea0020dcf907d Mon Sep 17 00:00:00 2001 From: Marc Hartmayer Date: Thu, 26 Mar 2020 09:19:04 +0100 Subject: [PATCH] stage3.h: remove superfluous libc.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows the usage of stage3.h in files where other libc implementations than our minimal libc is used, e.g. glibc. Reviewed-by: Philipp Rudo Reviewed-by: Stefan Haberland Signed-off-by: Marc Hartmayer Signed-off-by: Jan Höppner --- zipl/boot/stage3.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/zipl/boot/stage3.h b/zipl/boot/stage3.h index a7f20131..17d3a263 100644 --- a/zipl/boot/stage3.h +++ b/zipl/boot/stage3.h @@ -12,8 +12,6 @@ #ifndef STAGE3_H #define STAGE3_H -#include "libc.h" - #include "boot/s390.h" #include "boot/ipl.h" #include "boot/linux_layout.h"