diff options
Diffstat (limited to 'src/grp-machine/grp-import/systemd-pull/pull-raw.h')
-rw-r--r-- | src/grp-machine/grp-import/systemd-pull/pull-raw.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/grp-machine/grp-import/systemd-pull/pull-raw.h b/src/grp-machine/grp-import/systemd-pull/pull-raw.h index 93032edf09..0940cff93b 100644 --- a/src/grp-machine/grp-import/systemd-pull/pull-raw.h +++ b/src/grp-machine/grp-import/systemd-pull/pull-raw.h @@ -21,8 +21,8 @@ #include <systemd/sd-event.h> -#include "basic/macro.h" -#include "shared/import-util.h" +#include "systemd-basic/macro.h" +#include "systemd-shared/import-util.h" typedef struct RawPull RawPull; typedef void (*RawPullFinished)(RawPull *pull, int error, void *userdata); |