From 458554a48c62b7885a9347bb7103922f3b1f69e3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 27 Jul 2016 23:40:47 -0400 Subject: fix --- src/libcore/unit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libcore/unit.h') diff --git a/src/libcore/unit.h b/src/libcore/unit.h index 08a927962d..bc5227b3c3 100644 --- a/src/libcore/unit.h +++ b/src/libcore/unit.h @@ -31,8 +31,8 @@ typedef struct UnitStatusMessageFormats UnitStatusMessageFormats; #include "condition.h" #include "failure-action.h" #include "install.h" -#include "list.h" -#include "unit-name.h" +#include "basic/list.h" +#include "basic/unit-name.h" typedef enum KillOperation { KILL_TERMINATE, -- cgit v1.2.3-54-g00ecf