summaryrefslogtreecommitdiff
path: root/src/libshared/include/shared/install.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libshared/include/shared/install.h')
-rw-r--r--src/libshared/include/shared/install.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/libshared/include/shared/install.h b/src/libshared/include/shared/install.h
index bf1f6f25c8..d73dfef4ec 100644
--- a/src/libshared/include/shared/install.h
+++ b/src/libshared/include/shared/install.h
@@ -24,17 +24,18 @@ typedef enum UnitFileState UnitFileState;
typedef enum UnitFilePresetMode UnitFilePresetMode;
typedef enum UnitFileChangeType UnitFileChangeType;
typedef enum UnitFileType UnitFileType;
-typedef struct UnitFileChange UnitFileChange;
-typedef struct UnitFileList UnitFileList;
-typedef struct UnitFileInstallInfo UnitFileInstallInfo;
-
#include <stdbool.h>
#include "basic/hashmap.h"
#include "basic/macro.h"
#include "basic/strv.h"
#include "basic/unit-name.h"
-#include "shared/path-lookup.h"
+
+typedef struct UnitFileChange UnitFileChange;
+typedef struct UnitFileInstallInfo UnitFileInstallInfo;
+typedef struct UnitFileList UnitFileList;
+
+#include "path-lookup.h"
enum UnitFileScope {
UNIT_FILE_SYSTEM,