summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-05-05 08:54:01 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-05-09 08:11:10 +0200
commit083e2ba44572a1681bf0b1b6543f13b1e8797532 (patch)
treebc46025e637c1e495452d10f4075f8e9486491fa /src/core
parent7d3d147c4ac5c2b388e459a238d7acbaa50a05bb (diff)
downloadsystemd-083e2ba44572a1681bf0b1b6543f13b1e8797532.tar.gz
pid1: drop duplicate include
Diffstat (limited to 'src/core')
-rw-r--r--src/core/job.h2
1 files changed, 0 insertions, 2 deletions
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. */