summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-05-09 18:06:51 +0900
committerGitHub <noreply@github.com>2023-05-09 18:06:51 +0900
commitc093bfe0ad47bd441b5f66005d73b7b62af554a0 (patch)
tree716d3dca6375ff3cb2ef0113b4eb49e6f4c1d62c /src/core
parentd94027ad16d6d8bae5ea91c014bfa56c131b7d9d (diff)
parent98e2089f1b87406e03c5765bc0abd200e9b8d2ff (diff)
downloadsystemd-c093bfe0ad47bd441b5f66005d73b7b62af554a0.tar.gz
Merge pull request #27534 from keszybz/deperlify
Rewrite udev-test.pl in Python
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. */