diff options
Diffstat (limited to 'src/grp-resolve/systemd-resolved/resolved-link.c')
-rw-r--r-- | src/grp-resolve/systemd-resolved/resolved-link.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/grp-resolve/systemd-resolved/resolved-link.c b/src/grp-resolve/systemd-resolved/resolved-link.c index d37ebbc419..5e706a02a9 100644 --- a/src/grp-resolve/systemd-resolved/resolved-link.c +++ b/src/grp-resolve/systemd-resolved/resolved-link.c @@ -19,15 +19,15 @@ #include <net/if.h> -#include "basic/alloc-util.h" -#include "basic/fd-util.h" -#include "basic/fileio.h" -#include "basic/missing.h" -#include "basic/mkdir.h" -#include "basic/parse-util.h" -#include "basic/string-util.h" -#include "basic/strv.h" #include "sd-network/sd-network.h" +#include "systemd-basic/alloc-util.h" +#include "systemd-basic/fd-util.h" +#include "systemd-basic/fileio.h" +#include "systemd-basic/missing.h" +#include "systemd-basic/mkdir.h" +#include "systemd-basic/parse-util.h" +#include "systemd-basic/string-util.h" +#include "systemd-basic/strv.h" #include "resolved-link.h" |