aboutsummaryrefslogtreecommitdiff
path: root/src/core/or/or.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-11-06 18:05:14 -0500
committerNick Mathewson <nickm@torproject.org>2018-11-14 16:07:03 -0500
commitf6b8c7da66bf93a9505b397661616cc4af2a34f6 (patch)
tree539837644546df6f7d7ec7b40d43843674d3a83d /src/core/or/or.h
parentc9f9c9bc497bbfdd5e1acdc37f84da5f3f7396c2 (diff)
downloadtor-f6b8c7da66bf93a9505b397661616cc4af2a34f6.tar.gz
tor-f6b8c7da66bf93a9505b397661616cc4af2a34f6.zip
Move buffers.c out of lib/containers to resolve a circularity.
Diffstat (limited to 'src/core/or/or.h')
-rw-r--r--src/core/or/or.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/or/or.h b/src/core/or/or.h
index acf092c8dc..0c4995cfd6 100644
--- a/src/core/or/or.h
+++ b/src/core/or/or.h
@@ -26,7 +26,7 @@
#include "lib/cc/compat_compiler.h"
#include "lib/cc/torint.h"
#include "lib/container/map.h"
-#include "lib/container/buffers.h"
+#include "lib/buf/buffers.h"
#include "lib/container/smartlist.h"
#include "lib/crypt_ops/crypto_cipher.h"
#include "lib/crypt_ops/crypto_rsa.h"