diff options
Diffstat (limited to 'src/libshared/include/shared/install.h')
-rw-r--r-- | src/libshared/include/shared/install.h | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/src/libshared/include/shared/install.h b/src/libshared/include/shared/install.h index c6aa4f6ef1..e056d374b6 100644 --- a/src/libshared/include/shared/install.h +++ b/src/libshared/include/shared/install.h @@ -19,22 +19,23 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ +#include <stdbool.h> + +#include "basic/hashmap.h" +#include "basic/macro.h" +#include "basic/strv.h" +#include "basic/unit-name.h" + +typedef enum UnitFileChangeType UnitFileChangeType; +typedef enum UnitFilePresetMode UnitFilePresetMode; typedef enum UnitFileScope UnitFileScope; 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; +typedef struct UnitFileList UnitFileList; -#include <stdbool.h> - -#include "hashmap.h" -#include "macro.h" #include "path-lookup.h" -#include "strv.h" -#include "unit-name.h" enum UnitFileScope { UNIT_FILE_SYSTEM, |