mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
committed by
Jan Höppner
parent
c673bacd7e
commit
cb11d6baec
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user