diff options
author | cypherpunks <cypherpunks@torproject.org> | 2015-02-27 15:24:21 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-14 13:00:05 -0400 |
commit | 5176f6f103f3b8b7e5c930c163d2926cf0da6f9b (patch) | |
tree | 40aa624b6a78b83c18892fe27d6b3630f30e021c /src/or/dns.c | |
parent | 7a86d53deef573e110da9af35c9283349942c962 (diff) | |
download | tor-5176f6f103f3b8b7e5c930c163d2926cf0da6f9b.tar.gz tor-5176f6f103f3b8b7e5c930c163d2926cf0da6f9b.zip |
Remove relative paths to header files.
The paths are already in the directory search path of the compiler therefore no
need to include them in the source code.
Diffstat (limited to 'src/or/dns.c')
-rw-r--r-- | src/or/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dns.c b/src/or/dns.c index cc4a169422..db77d20783 100644 --- a/src/or/dns.c +++ b/src/or/dns.c @@ -24,7 +24,7 @@ #include "relay.h" #include "router.h" #include "ht.h" -#include "../common/sandbox.h" +#include "sandbox.h" #ifdef HAVE_EVENT2_DNS_H #include <event2/event.h> #include <event2/dns.h> |