diff options
Diffstat (limited to 'src/grp-resolve/systemd-resolved/resolved-dns-cache.c')
-rw-r--r-- | src/grp-resolve/systemd-resolved/resolved-dns-cache.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/grp-resolve/systemd-resolved/resolved-dns-cache.c b/src/grp-resolve/systemd-resolved/resolved-dns-cache.c index 77c42d7aad..33e0582d98 100644 --- a/src/grp-resolve/systemd-resolved/resolved-dns-cache.c +++ b/src/grp-resolve/systemd-resolved/resolved-dns-cache.c @@ -19,13 +19,14 @@ #include <net/if.h> -#include "af-list.h" -#include "alloc-util.h" -#include "dns-domain.h" +#include "basic/af-list.h" +#include "basic/alloc-util.h" +#include "basic/string-util.h" #include "resolved-dns-answer.h" -#include "resolved-dns-cache.h" #include "resolved-dns-packet.h" -#include "string-util.h" +#include "shared/dns-domain.h" + +#include "resolved-dns-cache.h" /* Never cache more than 4K entries. RFC 1536, Section 5 suggests to * leave DNS caches unbounded, but that's crazy. */ |