summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/kill.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/libcore/kill.h')
-rw-r--r--src/grp-system/libcore/kill.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-system/libcore/kill.h b/src/grp-system/libcore/kill.h
index 529e4c5377..481ffdf2ff 100644
--- a/src/grp-system/libcore/kill.h
+++ b/src/grp-system/libcore/kill.h
@@ -19,13 +19,13 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-typedef struct KillContext KillContext;
-
#include <stdbool.h>
#include <stdio.h>
#include "basic/macro.h"
+typedef struct KillContext KillContext;
+
typedef enum KillMode {
/* The kill mode is a property of a unit. */
KILL_CONTROL_GROUP = 0,