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/test/test_handles.c | |
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/test/test_handles.c')
-rw-r--r-- | src/test/test_handles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_handles.c b/src/test/test_handles.c index 153ac5787b..26c68aa8a3 100644 --- a/src/test/test_handles.c +++ b/src/test/test_handles.c @@ -5,7 +5,7 @@ #include "test/test.h" #include "common/util.h" -#include "common/handles.h" +#include "lib/container/handles.h" typedef struct demo_t { HANDLE_ENTRY(demo, demo_t); |