diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-21 17:03:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-22 09:49:13 -0400 |
commit | c2a558a346cf1f4db8751eb5c6dfecaab760a652 (patch) | |
tree | 33f2af41f7ee2c27967f9eea21dfaba8f5a04641 /src/test/test_routerlist.c | |
parent | de508c5f50af855742b59579afd6c9c328eb7cd6 (diff) | |
download | tor-c2a558a346cf1f4db8751eb5c6dfecaab760a652.tar.gz tor-c2a558a346cf1f4db8751eb5c6dfecaab760a652.zip |
Expunge container.h
Diffstat (limited to 'src/test/test_routerlist.c')
-rw-r--r-- | src/test/test_routerlist.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_routerlist.c b/src/test/test_routerlist.c index 5011e2285f..5da42c1339 100644 --- a/src/test/test_routerlist.c +++ b/src/test/test_routerlist.c @@ -16,7 +16,6 @@ #include "or/or.h" #include "or/config.h" #include "or/connection.h" -#include "lib/container/container.h" #include "or/control.h" #include "lib/crypt_ops/crypto_rand.h" #include "or/directory.h" |