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/rendcommon.c | |
parent | 88190026b3286b32ac22c1bbd999b7f1de2aa79f (diff) | |
download | tor-e32fc0806d07b0ff83978132c56f7cbd1a2ad2ce.tar.gz tor-e32fc0806d07b0ff83978132c56f7cbd1a2ad2ce.zip |
refactor: Alphabetise some includes in /src/or/*.
Diffstat (limited to 'src/or/rendcommon.c')
-rw-r--r-- | src/or/rendcommon.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/or/rendcommon.c b/src/or/rendcommon.c index 50ca04838c..3a7dfe28f8 100644 --- a/src/or/rendcommon.c +++ b/src/or/rendcommon.c @@ -16,18 +16,18 @@ #include "control.h" #include "crypto_rand.h" #include "crypto_util.h" +#include "hs_client.h" #include "hs_common.h" +#include "hs_intropoint.h" +#include "networkstatus.h" #include "rendclient.h" #include "rendcommon.h" #include "rendmid.h" -#include "hs_intropoint.h" -#include "hs_client.h" #include "rendservice.h" #include "rephist.h" #include "router.h" #include "routerlist.h" #include "routerparse.h" -#include "networkstatus.h" /** Return 0 if one and two are the same service ids, else -1 or 1 */ int |