summaryrefslogtreecommitdiff
path: root/src/libcore/unit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcore/unit.h')
-rw-r--r--src/libcore/unit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcore/unit.h b/src/libcore/unit.h
index bc5227b3c3..df1174b837 100644
--- a/src/libcore/unit.h
+++ b/src/libcore/unit.h
@@ -28,9 +28,9 @@ 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 "shared/install.h"
#include "basic/list.h"
#include "basic/unit-name.h"