summaryrefslogtreecommitdiff
path: root/src/or
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 16:52:58 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-22 09:49:13 -0400
commit9cf6fc91b1d0870dab8bf87feb9132e7e0de2808 (patch)
tree844acd03eae6aaf9bb43dac7b811da00714b97e3 /src/or
parent50a5954003a0478273d9e2c1a546e641e763a997 (diff)
downloadtor-9cf6fc91b1d0870dab8bf87feb9132e7e0de2808.tar.gz
tor-9cf6fc91b1d0870dab8bf87feb9132e7e0de2808.zip
Remove map from container.h
Diffstat (limited to 'src/or')
-rw-r--r--src/or/or.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/or.h b/src/or/or.h
index c701239345..5c2a6d300d 100644
--- a/src/or/or.h
+++ b/src/or/or.h
@@ -69,7 +69,8 @@
#include "lib/crypt_ops/crypto_hkdf.h"
#include "lib/tls/tortls.h"
#include "common/torlog.h"
-#include "lib/container/container.h"
+#include "lib/container/smartlist.h"
+#include "lib/container/map.h"
#include "lib/compress/compress.h"
#include "common/address.h"
#include "common/compat_libevent.h"