summaryrefslogtreecommitdiff
path: root/src/machine/machined.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2015-05-29 20:14:11 +0200
committerLennart Poettering <lennart@poettering.net>2015-05-29 20:14:11 +0200
commit24882e06c135584f16f31ba8a00fecde8b7f6fad (patch)
treeb52ea2871608f6215f5d0e0f377704bec71449b6 /src/machine/machined.c
parent1811232c4cc5d93cb02d93ed448a712e88e30868 (diff)
util: split out signal-util.[ch] from util.[ch]
No functional changes.
Diffstat (limited to 'src/machine/machined.c')
-rw-r--r--src/machine/machined.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/machine/machined.c b/src/machine/machined.c
index 1e862ad8f2..754c770040 100644
--- a/src/machine/machined.c
+++ b/src/machine/machined.c
@@ -28,9 +28,10 @@
#include "bus-util.h"
#include "bus-error.h"
#include "label.h"
+#include "formats-util.h"
+#include "signal-util.h"
#include "machine-image.h"
#include "machined.h"
-#include "formats-util.h"
Manager *manager_new(void) {
Manager *m;