mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdump: Don't use god-like C headers
Get rid of C headers which include everything. This is bad for testing and maintainability. C files should include only what they need and no more. Signed-off-by: Alexander Egorenkov <egorenar@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
afb14cba7a
commit
1005e7be7e
@@ -27,6 +27,9 @@
|
||||
#include <unistd.h>
|
||||
|
||||
#include "zgetdump.h"
|
||||
#include "dt.h"
|
||||
#include "dfi.h"
|
||||
#include "dfo.h"
|
||||
#include "zfuse.h"
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user