diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-07-05 14:45:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-07-05 14:45:34 -0400 |
commit | 0e4b1781f4f0135c925cd728a09cca7d7959b961 (patch) | |
tree | 885d1bed56b9ccc668fa5d1c7f8108a9117c38d4 /src/or/channel.h | |
parent | 3d610363eff2fe70d3775a66a97f844956480141 (diff) | |
download | tor-0e4b1781f4f0135c925cd728a09cca7d7959b961.tar.gz tor-0e4b1781f4f0135c925cd728a09cca7d7959b961.zip |
Move handles.h to src/lib/container
There might be a better place for it in the long run, but this is
the best we can think of for now.
Diffstat (limited to 'src/or/channel.h')
-rw-r--r-- | src/or/channel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/channel.h b/src/or/channel.h index 010a8aa5bc..7f25056769 100644 --- a/src/or/channel.h +++ b/src/or/channel.h @@ -11,7 +11,7 @@ #include "or/or.h" #include "or/circuitmux.h" -#include "common/handles.h" +#include "lib/container/handles.h" #include "lib/crypt_ops/crypto_ed25519.h" #include "tor_queue.h" |