From d6e02b8ff5da79d895197a3a1c4839e1047d6c57 Mon Sep 17 00:00:00 2001 From: midipix Date: Thu, 15 Aug 2019 19:43:49 +0000 Subject: perk.h: eliminate #include's of referential headers. The primary purpose of this commit is to eliminate the pulling in of definitions not strictly needed by perk.h. In particular, perk.h does not require any of the PE constants to be defined, and only refers to the raw PE structs by pointer. The secondary purpose of this commit is to allow for inclusion of perk.h by software that already comes with its own set of PE const and struct definitions. --- src/internal/perk_hdrdump_impl.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal') diff --git a/src/internal/perk_hdrdump_impl.c b/src/internal/perk_hdrdump_impl.c index eadd725..13ff786 100644 --- a/src/internal/perk_hdrdump_impl.c +++ b/src/internal/perk_hdrdump_impl.c @@ -8,6 +8,8 @@ #include #include +#include +#include #include "perk_hdrdump_impl.h" #define PE_TABWIDTH 8 -- cgit v1.2.3