summaryrefslogtreecommitdiff
path: root/src/grp-system/libcore/service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/grp-system/libcore/service.h')
-rw-r--r--src/grp-system/libcore/service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-system/libcore/service.h b/src/grp-system/libcore/service.h
index e67e242ab1..ba9086d8cd 100644
--- a/src/grp-system/libcore/service.h
+++ b/src/grp-system/libcore/service.h
@@ -19,12 +19,12 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-typedef struct Service Service;
-typedef struct ServiceFDStore ServiceFDStore;
-
#include "basic/exit-status.h"
#include "basic/ratelimit.h"
+typedef struct Service Service;
+typedef struct ServiceFDStore ServiceFDStore;
+
#include "kill.h"
#include "path.h"