Skip to content

Commit

Permalink
Fixed header includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Feb 7, 2025
1 parent 4055371 commit bb60281
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/torrent/test_tracker_controller.h
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion test/torrent/test_tracker_controller_features.h
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion test/torrent/test_tracker_controller_requesting.h
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit bb60281

Please sign in to comment.