summaryrefslogtreecommitdiff
path: root/src/common/util.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 17:00:48 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-22 09:49:13 -0400
commitde508c5f50af855742b59579afd6c9c328eb7cd6 (patch)
tree46f3e34bc7fca3a5909bf7abad202a53a1d451f4 /src/common/util.c
parent9cf6fc91b1d0870dab8bf87feb9132e7e0de2808 (diff)
downloadtor-de508c5f50af855742b59579afd6c9c328eb7cd6.tar.gz
tor-de508c5f50af855742b59579afd6c9c328eb7cd6.zip
Extract smartlist.h from container.h
Diffstat (limited to 'src/common/util.c')
-rw-r--r--src/common/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/util.c b/src/common/util.c
index cd8ff93a3d..877368af59 100644
--- a/src/common/util.c
+++ b/src/common/util.c
@@ -18,7 +18,7 @@
#include "common/torlog.h"
#include "lib/crypt_ops/crypto_digest.h"
#include "lib/cc/torint.h"
-#include "lib/container/container.h"
+#include "lib/container/smartlist.h"
#include "common/address.h"
#include "common/sandbox.h"
#include "lib/err/backtrace.h"