summaryrefslogtreecommitdiff
path: root/src/grp-resolve/systemd-resolved/resolved-dns-cache.h
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 03:37:17 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-10-21 03:37:17 -0400
commit2e2f4ab33afd09e5b4ad3abe75e871cbb21961d4 (patch)
treebe840d9b1e9b7ac4ac57d9320383a666c7aeb0eb /src/grp-resolve/systemd-resolved/resolved-dns-cache.h
parentde98d9505cd1f2b7f508088efe68cb0a95f8ef88 (diff)
libbasic-dns
Diffstat (limited to 'src/grp-resolve/systemd-resolved/resolved-dns-cache.h')
-rw-r--r--src/grp-resolve/systemd-resolved/resolved-dns-cache.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/grp-resolve/systemd-resolved/resolved-dns-cache.h b/src/grp-resolve/systemd-resolved/resolved-dns-cache.h
index 5c3d850bc8..c2b6a987b9 100644
--- a/src/grp-resolve/systemd-resolved/resolved-dns-cache.h
+++ b/src/grp-resolve/systemd-resolved/resolved-dns-cache.h
@@ -31,10 +31,10 @@ typedef struct DnsCache {
unsigned n_miss;
} DnsCache;
-#include "resolved-dns-answer.h"
-#include "resolved-dns-packet.h"
-#include "resolved-dns-question.h"
-#include "resolved-dns-rr.h"
+#include "basic-dns/resolved-dns-answer.h"
+#include "basic-dns/resolved-dns-packet.h"
+#include "basic-dns/resolved-dns-question.h"
+#include "basic-dns/resolved-dns-rr.h"
void dns_cache_flush(DnsCache *c);
void dns_cache_prune(DnsCache *c);