summaryrefslogtreecommitdiff
path: root/src/grp-machine/systemd-machined/machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-machine/systemd-machined/machine.h')
-rw-r--r--src/grp-machine/systemd-machined/machine.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-machine/systemd-machined/machine.h b/src/grp-machine/systemd-machined/machine.h
index cba0311c23..e93f0cf222 100644
--- a/src/grp-machine/systemd-machined/machine.h
+++ b/src/grp-machine/systemd-machined/machine.h
@@ -19,11 +19,11 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-typedef struct Machine Machine;
-typedef enum KillWho KillWho;
-
#include "basic/list.h"
+typedef enum KillWho KillWho;
+typedef struct Machine Machine;
+
#include "machined.h"
#include "operation.h"