stage3.h: remove superfluous libc.h include

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 <prudo@linux.ibm.com>
Reviewed-by: Stefan Haberland <sth@linux.ibm.com>
Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2020-03-26 09:19:04 +01:00
committed by Jan Höppner
parent c673bacd7e
commit cb11d6baec

View File

@@ -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"