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/lib/crypt_ops/crypto.c | |
parent | de508c5f50af855742b59579afd6c9c328eb7cd6 (diff) | |
download | tor-c2a558a346cf1f4db8751eb5c6dfecaab760a652.tar.gz tor-c2a558a346cf1f4db8751eb5c6dfecaab760a652.zip |
Expunge container.h
Diffstat (limited to 'src/lib/crypt_ops/crypto.c')
-rw-r--r-- | src/lib/crypt_ops/crypto.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/crypt_ops/crypto.c b/src/lib/crypt_ops/crypto.c index 9b1c38041f..46026b6ac8 100644 --- a/src/lib/crypt_ops/crypto.c +++ b/src/lib/crypt_ops/crypto.c @@ -66,7 +66,6 @@ ENABLE_GCC_WARNING(redundant-decls) #include "lib/cc/torint.h" #include "lib/crypt_ops/aes.h" #include "common/util.h" -#include "lib/container/container.h" #include "common/compat.h" #include "common/sandbox.h" #include "common/util_format.h" |