diff options
Diffstat (limited to 'src/libcore/unit.h')
-rw-r--r-- | src/libcore/unit.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libcore/unit.h b/src/libcore/unit.h index 08a927962d..df1174b837 100644 --- a/src/libcore/unit.h +++ b/src/libcore/unit.h @@ -28,11 +28,11 @@ typedef struct UnitVTable UnitVTable; typedef struct UnitRef UnitRef; typedef struct UnitStatusMessageFormats UnitStatusMessageFormats; -#include "condition.h" +#include "shared/condition.h" #include "failure-action.h" -#include "install.h" -#include "list.h" -#include "unit-name.h" +#include "shared/install.h" +#include "basic/list.h" +#include "basic/unit-name.h" typedef enum KillOperation { KILL_TERMINATE, |