summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/execute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/libcore/execute.h')
-rw-r--r--src/grp-system/libcore/execute.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/grp-system/libcore/execute.h b/src/grp-system/libcore/execute.h
index 38f21125cb..73292dd086 100644
--- a/src/grp-system/libcore/execute.h
+++ b/src/grp-system/libcore/execute.h
@@ -19,12 +19,6 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-typedef struct ExecStatus ExecStatus;
-typedef struct ExecCommand ExecCommand;
-typedef struct ExecContext ExecContext;
-typedef struct ExecRuntime ExecRuntime;
-typedef struct ExecParameters ExecParameters;
-
#include <sched.h>
#include <stdbool.h>
#include <stdio.h>
@@ -34,6 +28,12 @@ typedef struct ExecParameters ExecParameters;
#include "basic/list.h"
#include "basic/missing.h"
+typedef struct ExecCommand ExecCommand;
+typedef struct ExecContext ExecContext;
+typedef struct ExecParameters ExecParameters;
+typedef struct ExecRuntime ExecRuntime;
+typedef struct ExecStatus ExecStatus;
+
#include "namespace.h"
typedef enum ExecUtmpMode {