summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 17:03:45 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-22 09:49:13 -0400
commitc2a558a346cf1f4db8751eb5c6dfecaab760a652 (patch)
tree33f2af41f7ee2c27967f9eea21dfaba8f5a04641 /src/or
parentde508c5f50af855742b59579afd6c9c328eb7cd6 (diff)
downloadtor-c2a558a346cf1f4db8751eb5c6dfecaab760a652.tar.gz
tor-c2a558a346cf1f4db8751eb5c6dfecaab760a652.zip
Expunge container.h
Diffstat (limited to 'src/or')
-rw-r--r--src/or/hs_client.c1
-rw-r--r--src/or/hs_descriptor.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/or/hs_client.c b/src/or/hs_client.c
index a977fa44f2..faccfae50b 100644
--- a/src/or/hs_client.c
+++ b/src/or/hs_client.c
@@ -16,7 +16,6 @@
#include "or/config.h"
#include "or/connection.h"
#include "or/connection_edge.h"
-#include "lib/container/container.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "lib/crypt_ops/crypto_util.h"
#include "or/directory.h"
diff --git a/src/or/hs_descriptor.h b/src/or/hs_descriptor.h
index 640136f487..219b93444e 100644
--- a/src/or/hs_descriptor.h
+++ b/src/or/hs_descriptor.h
@@ -13,7 +13,6 @@
#include "or/or.h"
#include "common/address.h"
-#include "lib/container/container.h"
#include "lib/crypt_ops/crypto.h"
#include "lib/crypt_ops/crypto_ed25519.h"
#include "trunnel/ed25519_cert.h" /* needed for trunnel */