aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_channelpadding.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-07-05 15:14:04 -0400
committerNick Mathewson <nickm@torproject.org>2018-07-05 15:22:17 -0400
commit2d69c32bb6dfc9f336cb897ffc6ab06931d2840b (patch)
tree6c9a4e11a99e77cb304813e58f7769c5eac87db1 /src/test/test_channelpadding.c
parent1e417b7275028a50227f57fb71d04c1837ec4b2c (diff)
downloadtor-2d69c32bb6dfc9f336cb897ffc6ab06931d2840b.tar.gz
tor-2d69c32bb6dfc9f336cb897ffc6ab06931d2840b.zip
Clean up include paths for libtor-evloop (automated)
Diffstat (limited to 'src/test/test_channelpadding.c')
-rw-r--r--src/test/test_channelpadding.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test_channelpadding.c b/src/test/test_channelpadding.c
index 7e0c33f63b..ff2ab8daab 100644
--- a/src/test/test_channelpadding.c
+++ b/src/test/test_channelpadding.c
@@ -13,14 +13,14 @@
#include "or/channel.h"
#include "or/channeltls.h"
#include "or/channelpadding.h"
-#include "common/compat_libevent.h"
+#include "lib/evloop/compat_libevent.h"
#include "or/config.h"
#include "lib/time/compat_time.h"
#include "or/main.h"
#include "or/networkstatus.h"
#include "test/log_test_helpers.h"
#include "lib/tls/tortls.h"
-#include "common/timers.h"
+#include "lib/evloop/timers.h"
#include "lib/container/buffers.h"
#include "or/cell_st.h"