From 083e2ba44572a1681bf0b1b6543f13b1e8797532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 5 May 2023 08:54:01 +0200 Subject: pid1: drop duplicate include --- src/core/job.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core') diff --git a/src/core/job.h b/src/core/job.h index 30a7903aa3..df35e2a5b6 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. */ -- cgit v1.2.1