pid1: drop duplicate include

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-05-05 08:54:01 +02:00
parent 7d3d147c4a
commit 083e2ba445

View file

@ -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. */