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
+4
View File
@@ -9,7 +9,11 @@
* it under the terms of the MIT license. See LICENSE for details.
*/
#include <errno.h>
#include "zgetdump.h"
#include "zg.h"
#include "dfi.h"
struct df_kdump_hdr {
char signature[8];