From: Zbigniew Jędrzejewski-Szmek Date: Fri, 5 May 2023 06:54:01 +0000 (+0200) Subject: pid1: drop duplicate include X-Git-Tag: v254-rc1~529^2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=083e2ba44572a1681bf0b1b6543f13b1e8797532;p=thirdparty%2Fsystemd.git pid1: drop duplicate include --- diff --git a/src/core/job.h b/src/core/job.h index 30a7903aa39..df35e2a5b62 100644 --- a/src/core/job.h +++ b/src/core/job.h @@ -99,8 +99,6 @@ enum JobResult { _JOB_RESULT_INVALID = -EINVAL, }; -#include "unit.h" - struct JobDependency { /* Encodes that the 'subject' job needs the 'object' job in * some way. This structure is used only while building a transaction. */