aboutsummaryrefslogtreecommitdiff
path: root/src/feature/client
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-02-18 12:08:29 -0500
committerNick Mathewson <nickm@torproject.org>2020-02-18 12:08:29 -0500
commit1f06f494c8ce45946e565237a8a52785a8ece447 (patch)
treeb069175937c642fed7f300e157bdcc8446469ea5 /src/feature/client
parentdcbc45e6b2f80e8bd3664972d6317331d6b3bc85 (diff)
downloadtor-1f06f494c8ce45946e565237a8a52785a8ece447.tar.gz
tor-1f06f494c8ce45946e565237a8a52785a8ece447.zip
Move DNS TTL manipulation code to src/core/or
This removes a dependency from the client code on feature/relay.
Diffstat (limited to 'src/feature/client')
-rw-r--r--src/feature/client/addressmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/feature/client/addressmap.c b/src/feature/client/addressmap.c
index af76253e41..cc97166f36 100644
--- a/src/feature/client/addressmap.c
+++ b/src/feature/client/addressmap.c
@@ -23,7 +23,6 @@
#include "app/config/config.h"
#include "core/or/connection_edge.h"
#include "feature/control/control_events.h"
-#include "feature/relay/dns.h"
#include "feature/nodelist/nodelist.h"
#include "feature/nodelist/routerset.h"