diff options
Diffstat (limited to 'src/grp-journal/grp-remote/systemd-journal-gatewayd/journal-gatewayd.c')
-rw-r--r-- | src/grp-journal/grp-remote/systemd-journal-gatewayd/journal-gatewayd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/grp-journal/grp-remote/systemd-journal-gatewayd/journal-gatewayd.c b/src/grp-journal/grp-remote/systemd-journal-gatewayd/journal-gatewayd.c index 1cfb5e2c9c..e265027a04 100644 --- a/src/grp-journal/grp-remote/systemd-journal-gatewayd/journal-gatewayd.c +++ b/src/grp-journal/grp-remote/systemd-journal-gatewayd/journal-gatewayd.c @@ -27,9 +27,9 @@ #include <string.h> #include <unistd.h> -#include <systemd/sd-bus.h> -#include <systemd/sd-daemon.h> -#include <systemd/sd-journal.h> +#include "sd-bus.h" +#include "sd-daemon.h" +#include "sd-journal.h" #include "alloc-util.h" #include "bus-util.h" |