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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-system/libcore/unit.h b/src/grp-system/libcore/unit.h
index 79de5a8a89..9321537fe6 100644
--- a/src/grp-system/libcore/unit.h
+++ b/src/grp-system/libcore/unit.h
@@ -23,15 +23,15 @@
#include <stdlib.h>
#include <unistd.h>
-#include "shared/condition.h"
-#include "shared/install.h"
#include "basic/list.h"
#include "basic/unit-name.h"
+#include "shared/condition.h"
+#include "shared/install.h"
typedef struct Unit Unit;
-typedef struct UnitVTable UnitVTable;
typedef struct UnitRef UnitRef;
typedef struct UnitStatusMessageFormats UnitStatusMessageFormats;
+typedef struct UnitVTable UnitVTable;
#include "failure-action.h"