aboutsummaryrefslogtreecommitdiff
path: root/src/or/dns.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-07-29 21:54:46 -0400
committerNick Mathewson <nickm@torproject.org>2010-07-29 21:54:46 -0400
commit4727adf591c4f8df115a639f67882578314eea8b (patch)
treed466d87c8d8f5ca8a7c3c60a1f7828f5030f562c /src/or/dns.c
parenta7b12978cee02f1fbd38887350fa8de5c59040bd (diff)
parentda49a7267fee4e36cd1983158cbce7c1aa10e58a (diff)
downloadtor-4727adf591c4f8df115a639f67882578314eea8b.tar
tor-4727adf591c4f8df115a639f67882578314eea8b.tar.gz
Merge commit 'linus/headers'
Diffstat (limited to 'src/or/dns.c')
-rw-r--r--src/or/dns.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/or/dns.c b/src/or/dns.c
index fa26cf062..4e319b7d8 100644
--- a/src/or/dns.c
+++ b/src/or/dns.c
@@ -12,6 +12,17 @@
**/
#include "or.h"
+#include "circuitlist.h"
+#include "circuituse.h"
+#include "config.h"
+#include "connection.h"
+#include "connection_edge.h"
+#include "control.h"
+#include "dns.h"
+#include "main.h"
+#include "policies.h"
+#include "relay.h"
+#include "router.h"
#include "ht.h"
#ifdef HAVE_EVENT2_DNS_H
#include <event2/event.h>