summaryrefslogtreecommitdiff
path: root/src/core/dbus-slice.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-slice.c')
-rw-r--r--src/core/dbus-slice.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/dbus-slice.c b/src/core/dbus-slice.c
index 09e78d1f33..e37f50b283 100644
--- a/src/core/dbus-slice.c
+++ b/src/core/dbus-slice.c
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
/***
This file is part of systemd.
@@ -19,10 +17,10 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include "unit.h"
-#include "slice.h"
#include "dbus-cgroup.h"
#include "dbus-slice.h"
+#include "slice.h"
+#include "unit.h"
const sd_bus_vtable bus_slice_vtable[] = {
SD_BUS_VTABLE_START(0),