summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/libcore/unit.h')
-rw-r--r--src/grp-system/libcore/unit.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/grp-system/libcore/unit.h b/src/grp-system/libcore/unit.h
index df1174b837..79de5a8a89 100644
--- a/src/grp-system/libcore/unit.h
+++ b/src/grp-system/libcore/unit.h
@@ -23,16 +23,17 @@
#include <stdlib.h>
#include <unistd.h>
+#include "shared/condition.h"
+#include "shared/install.h"
+#include "basic/list.h"
+#include "basic/unit-name.h"
+
typedef struct Unit Unit;
typedef struct UnitVTable UnitVTable;
typedef struct UnitRef UnitRef;
typedef struct UnitStatusMessageFormats UnitStatusMessageFormats;
-#include "shared/condition.h"
#include "failure-action.h"
-#include "shared/install.h"
-#include "basic/list.h"
-#include "basic/unit-name.h"
typedef enum KillOperation {
KILL_TERMINATE,