From bb6028154ca123334ac752970d088a093ce1cf6c Mon Sep 17 00:00:00 2001 From: rakshasa Date: Fri, 7 Feb 2025 17:58:17 +0100 Subject: [PATCH] Fixed header includes. --- test/torrent/test_tracker_controller.h | 2 +- test/torrent/test_tracker_controller_features.h | 2 +- test/torrent/test_tracker_controller_requesting.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/torrent/test_tracker_controller.h b/test/torrent/test_tracker_controller.h index a747f2521..7fb979314 100644 --- a/test/torrent/test_tracker_controller.h +++ b/test/torrent/test_tracker_controller.h @@ -1,4 +1,4 @@ -#include "helpers/test_fixture.h" +#include "test/helpers/test_fixture.h" #include "torrent/tracker_controller.h" class test_tracker_controller : public test_fixture { diff --git a/test/torrent/test_tracker_controller_features.h b/test/torrent/test_tracker_controller_features.h index cf6a163e7..099bd1742 100644 --- a/test/torrent/test_tracker_controller_features.h +++ b/test/torrent/test_tracker_controller_features.h @@ -1,4 +1,4 @@ -#include "helpers/test_fixture.h" +#include "test/helpers/test_fixture.h" #include "test/torrent/test_tracker_controller.h" class test_tracker_controller_features : public test_fixture { diff --git a/test/torrent/test_tracker_controller_requesting.h b/test/torrent/test_tracker_controller_requesting.h index ecc66a05b..fb9de9c75 100644 --- a/test/torrent/test_tracker_controller_requesting.h +++ b/test/torrent/test_tracker_controller_requesting.h @@ -1,4 +1,4 @@ -#include "helpers/test_fixture.h" +#include "test/helpers/test_fixture.h" #include "test/torrent/test_tracker_controller.h" class test_tracker_controller_requesting : public test_fixture {