diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-11-06 14:09:51 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-11-06 14:21:11 +0100 |
commit | 493657337ad8569e0998a3afa7d6fb357757364a (patch) | |
tree | 058cfe40cd4e86f43d9b02020575c2819aef1fed /src/core/unit.h | |
parent | c073a0c4a5ffbf6677dd6af02e7c7d59b2b901ab (diff) |
core: get rid of condition.c and move the remaining call into util.c
That way only one file with condition code remaining, in src/shared/,
rather than src/core/.
Next step: dropping the "-util" suffix from condition-util.[ch].
Diffstat (limited to 'src/core/unit.h')
-rw-r--r-- | src/core/unit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit.h b/src/core/unit.h index 8b24272245..b5a224b3d4 100644 --- a/src/core/unit.h +++ b/src/core/unit.h @@ -38,7 +38,7 @@ typedef struct UnitStatusMessageFormats UnitStatusMessageFormats; #include "socket-util.h" #include "execute.h" #include "cgroup.h" -#include "condition.h" +#include "condition-util.h" #include "install.h" #include "unit-name.h" #include "failure-action.h" |