summaryrefslogtreecommitdiff
path: root/src/core/unit.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-11-06 14:19:05 +0100
committerLennart Poettering <lennart@poettering.net>2014-11-06 14:21:11 +0100
commit134e56dcc53970a20a858283650bb92cd5da1d17 (patch)
tree7d6850a3e6793030110b099f6f8b370bc94e66b8 /src/core/unit.h
parent493657337ad8569e0998a3afa7d6fb357757364a (diff)
shared: rename condition-util.[ch] to condition.[ch]
Now that we only have one file with condition implementations around, we can drop the -util suffix and simplify things a bit.
Diffstat (limited to 'src/core/unit.h')
-rw-r--r--src/core/unit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/unit.h b/src/core/unit.h
index b5a224b3d4..8b24272245 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-util.h"
+#include "condition.h"
#include "install.h"
#include "unit-name.h"
#include "failure-action.h"