Doesn't matter much, but matches more our usual coding style where our
definition are done after all headers provided by the OS are included.
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
+#include <stdbool.h>
+
typedef enum UnitFilePresetMode UnitFilePresetMode;
typedef enum UnitFileChangeType UnitFileChangeType;
typedef enum UnitFileFlags UnitFileFlags;
typedef struct UnitFileList UnitFileList;
typedef struct UnitFileInstallInfo UnitFileInstallInfo;
-#include <stdbool.h>
-
#include "hashmap.h"
#include "macro.h"
#include "path-lookup.h"