summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-06-21 15:40:15 -0400
committerNick Mathewson <nickm@torproject.org>2018-06-22 09:49:13 -0400
commitb8be8265b6dc477efe591ccdb14fcd4b044dd241 (patch)
tree9ddf6ea84beeba5eff85b1caf746db2a625470b5 /src/test
parent77dff00b18fc70acdb2939dd20197a0044d41fe5 (diff)
downloadtor-b8be8265b6dc477efe591ccdb14fcd4b044dd241.tar.gz
tor-b8be8265b6dc477efe591ccdb14fcd4b044dd241.zip
Rectify include paths after container split (automatic)
Diffstat (limited to 'src/test')
-rw-r--r--src/test/test_bridges.c2
-rw-r--r--src/test/test_dir_common.c2
-rw-r--r--src/test/test_guardfraction.c2
-rw-r--r--src/test/test_routerlist.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/test/test_bridges.c b/src/test/test_bridges.c
index c1de731b2d..127b58762d 100644
--- a/src/test/test_bridges.c
+++ b/src/test/test_bridges.c
@@ -15,7 +15,7 @@
#include "common/address.h"
#include "or/bridges.h"
#include "or/config.h"
-#include "common/container.h"
+#include "lib/container/container.h"
#include "or/transports.h"
#include "common/util.h"
diff --git a/src/test/test_dir_common.c b/src/test/test_dir_common.c
index 6933800eb8..5212810b74 100644
--- a/src/test/test_dir_common.c
+++ b/src/test/test_dir_common.c
@@ -6,7 +6,7 @@
#include "orconfig.h"
#define DIRVOTE_PRIVATE
#include "test/test.h"
-#include "common/container.h"
+#include "lib/container/container.h"
#include "or/or.h"
#include "or/dirauth/dirvote.h"
#include "or/nodelist.h"
diff --git a/src/test/test_guardfraction.c b/src/test/test_guardfraction.c
index fc451b1629..12e64d0e78 100644
--- a/src/test/test_guardfraction.c
+++ b/src/test/test_guardfraction.c
@@ -9,7 +9,7 @@
#include "or/or.h"
#include "or/config.h"
#include "or/dirserv.h"
-#include "common/container.h"
+#include "lib/container/container.h"
#include "or/entrynodes.h"
#include "common/util.h"
#include "or/routerparse.h"
diff --git a/src/test/test_routerlist.c b/src/test/test_routerlist.c
index e8f8478330..5011e2285f 100644
--- a/src/test/test_routerlist.c
+++ b/src/test/test_routerlist.c
@@ -16,7 +16,7 @@
#include "or/or.h"
#include "or/config.h"
#include "or/connection.h"
-#include "common/container.h"
+#include "lib/container/container.h"
#include "or/control.h"
#include "lib/crypt_ops/crypto_rand.h"
#include "or/directory.h"