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:
Alexander Egorenkov
2021-10-11 15:46:16 +02:00
committed by Jan Höppner
parent afb14cba7a
commit 1005e7be7e
23 changed files with 70 additions and 17 deletions

View File

@@ -27,6 +27,9 @@
#include <unistd.h>
#include "zgetdump.h"
#include "dt.h"
#include "dfi.h"
#include "dfo.h"
#include "zfuse.h"
/*