summaryrefslogtreecommitdiff
path: root/src/test/test-job-type.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test-job-type.c')
-rw-r--r--src/test/test-job-type.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/test/test-job-type.c b/src/test/test-job-type.c
index af0d76e894..7f0b9f253c 100644
--- a/src/test/test-job-type.c
+++ b/src/test/test-job-type.c
@@ -1,5 +1,3 @@
-/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-
/***
This file is part of systemd.
@@ -22,8 +20,8 @@
#include <stdio.h>
#include "job.h"
-#include "unit.h"
#include "service.h"
+#include "unit.h"
int main(int argc, char*argv[]) {
JobType a, b, c, ab, bc, ab_c, bc_a, a_bc;