aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bwmgt.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_bwmgt.c
parent1e417b7275028a50227f57fb71d04c1837ec4b2c (diff)
downloadtor-2d69c32bb6dfc9f336cb897ffc6ab06931d2840b.tar.gz
tor-2d69c32bb6dfc9f336cb897ffc6ab06931d2840b.zip
Clean up include paths for libtor-evloop (automated)
Diffstat (limited to 'src/test/test_bwmgt.c')
-rw-r--r--src/test/test_bwmgt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_bwmgt.c b/src/test/test_bwmgt.c
index 604987e070..4cfca6c776 100644
--- a/src/test/test_bwmgt.c
+++ b/src/test/test_bwmgt.c
@@ -11,7 +11,7 @@
#include "or/or.h"
#include "test/test.h"
-#include "common/token_bucket.h"
+#include "lib/evloop/token_bucket.h"
// an imaginary time, in timestamp units. Chosen so it will roll over.
static const uint32_t START_TS = UINT32_MAX-10;