diff options
author | Isis Lovecruft <isis@torproject.org> | 2018-04-06 21:42:15 +0000 |
---|---|---|
committer | Isis Lovecruft <isis@torproject.org> | 2018-04-06 22:49:17 +0000 |
commit | e32fc0806d07b0ff83978132c56f7cbd1a2ad2ce (patch) | |
tree | 649902a85d379e742a9d88a47a34f26a736b69b9 /src/or/addressmap.c | |
parent | 88190026b3286b32ac22c1bbd999b7f1de2aa79f (diff) | |
download | tor-e32fc0806d07b0ff83978132c56f7cbd1a2ad2ce.tar.gz tor-e32fc0806d07b0ff83978132c56f7cbd1a2ad2ce.zip |
refactor: Alphabetise some includes in /src/or/*.
Diffstat (limited to 'src/or/addressmap.c')
-rw-r--r-- | src/or/addressmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/addressmap.c b/src/or/addressmap.c index f691ef9aa0..3cd153307d 100644 --- a/src/or/addressmap.c +++ b/src/or/addressmap.c @@ -23,8 +23,8 @@ #include "control.h" #include "crypto_rand.h" #include "dns.h" -#include "routerset.h" #include "nodelist.h" +#include "routerset.h" /** A client-side struct to remember requests to rewrite addresses * to new addresses. These structs are stored in the hash table |