summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/dbus-job.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/libcore/dbus-job.c')
-rw-r--r--src/grp-system/libcore/dbus-job.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/grp-system/libcore/dbus-job.c b/src/grp-system/libcore/dbus-job.c
index dde6aa28ef..ee1774da36 100644
--- a/src/grp-system/libcore/dbus-job.c
+++ b/src/grp-system/libcore/dbus-job.c
@@ -20,12 +20,13 @@
#include <systemd/sd-bus.h>
#include "basic/alloc-util.h"
+#include "basic/log.h"
+#include "basic/string-util.h"
+
#include "dbus-job.h"
#include "dbus.h"
#include "job.h"
-#include "basic/log.h"
#include "selinux-access.h"
-#include "basic/string-util.h"
static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_type, job_type, JobType);
static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_state, job_state, JobState);