summaryrefslogtreecommitdiff
path: root/src/or/rendclient.c
diff options
context:
space:
mode:
authorIsis Lovecruft <isis@torproject.org>2018-04-06 21:42:15 +0000
committerIsis Lovecruft <isis@torproject.org>2018-04-06 22:49:17 +0000
commite32fc0806d07b0ff83978132c56f7cbd1a2ad2ce (patch)
tree649902a85d379e742a9d88a47a34f26a736b69b9 /src/or/rendclient.c
parent88190026b3286b32ac22c1bbd999b7f1de2aa79f (diff)
downloadtor-e32fc0806d07b0ff83978132c56f7cbd1a2ad2ce.tar.gz
tor-e32fc0806d07b0ff83978132c56f7cbd1a2ad2ce.zip
refactor: Alphabetise some includes in /src/or/*.
Diffstat (limited to 'src/or/rendclient.c')
-rw-r--r--src/or/rendclient.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/rendclient.c b/src/or/rendclient.c
index 61dde88692..7ef12a4faf 100644
--- a/src/or/rendclient.c
+++ b/src/or/rendclient.c
@@ -15,12 +15,13 @@
#include "config.h"
#include "connection.h"
#include "connection_edge.h"
+#include "control.h"
#include "crypto_rand.h"
#include "crypto_util.h"
#include "directory.h"
-#include "hs_common.h"
#include "hs_circuit.h"
#include "hs_client.h"
+#include "hs_common.h"
#include "main.h"
#include "networkstatus.h"
#include "nodelist.h"
@@ -31,7 +32,6 @@
#include "router.h"
#include "routerlist.h"
#include "routerset.h"
-#include "control.h"
static extend_info_t *rend_client_get_random_intro_impl(
const rend_cache_entry_t *rend_query,