diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-21 03:00:49 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-10-21 03:00:49 -0400 |
commit | 623f13d8198b83df890f014b1d27255f4d78f35b (patch) | |
tree | a38236004dfb3abd99952585638e6141513eaa8c /src/grp-system/libcore/job.h | |
parent | be6cdcb499515a8dc200440f9c0f95d16edbaa2d (diff) |
wip
Diffstat (limited to 'src/grp-system/libcore/job.h')
-rw-r--r-- | src/grp-system/libcore/job.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-system/libcore/job.h b/src/grp-system/libcore/job.h index f88e5a0782..7338601bb7 100644 --- a/src/grp-system/libcore/job.h +++ b/src/grp-system/libcore/job.h @@ -23,8 +23,8 @@ #include <systemd/sd-event.h> -#include "basic/list.h" -#include "basic/unit-name.h" +#include "systemd-basic/list.h" +#include "systemd-basic/unit-name.h" typedef struct Job Job; typedef struct JobDependency JobDependency; |