summaryrefslogtreecommitdiff
path: root/src/grp-login/systemd-logind/logind.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-login/systemd-logind/logind.h')
-rw-r--r--src/grp-login/systemd-logind/logind.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/grp-login/systemd-logind/logind.h b/src/grp-login/systemd-logind/logind.h
index effc498118..378e86a31f 100644
--- a/src/grp-login/systemd-logind/logind.h
+++ b/src/grp-login/systemd-logind/logind.h
@@ -28,14 +28,13 @@
#include "basic/hashmap.h"
#include "basic/list.h"
#include "basic/set.h"
-
-typedef struct Manager Manager;
-
#include "logind-action.h"
#include "logind-button.h"
#include "logind-device.h"
#include "logind-inhibit.h"
+typedef struct Manager Manager;
+
struct Manager {
sd_event *event;
sd_bus *bus;