summaryrefslogtreecommitdiff
path: root/src/analyze
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-04-20 17:43:13 +0200
committerLennart Poettering <lennart@poettering.net>2016-04-22 16:06:20 +0200
commit20b1644140c02b436d5efb203f40c9b80a4579a3 (patch)
treeef3b26d36fa21fff9e14abe6b637c985d92495b4 /src/analyze
parent0ff308c8dea9a589ddbc437c097edc3fb26360d7 (diff)
shared: move unit-specific code from bus-util.h to bus-unit-util.h
Previously we'd have generally useful sd-bus utilities in bust-util.h, intermixed with code that is specifically for writing clients for PID 1, wrapping job and unit handling. Let's split the latter out and move it into bus-unit-util.c, to make the sources a bit short and easier to grok.
Diffstat (limited to 'src/analyze')
-rw-r--r--src/analyze/analyze.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/analyze/analyze.c b/src/analyze/analyze.c
index 5e03c0c5e0..a790ccd33e 100644
--- a/src/analyze/analyze.c
+++ b/src/analyze/analyze.c
@@ -28,6 +28,7 @@
#include "alloc-util.h"
#include "analyze-verify.h"
#include "bus-error.h"
+#include "bus-unit-util.h"
#include "bus-util.h"
#include "glob-util.h"
#include "hashmap.h"