Skip to content

Commit

Permalink
Stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakshasa committed Feb 1, 2025
1 parent a4cc6d3 commit 5a8a570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/torrent/tracker_controller_requesting.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#include <iostream>

#include "rak/priority_queue_default.h"
#include "test/torrent/tracker_list_test.h"
#include "test/torrent/tracker_controller_requesting.h"

#include "globals.h"
#include "torrent/tracker_list_test.h"
#include "torrent/tracker_controller_requesting.h"

CPPUNIT_TEST_SUITE_REGISTRATION(tracker_controller_requesting);

Expand Down
4 changes: 2 additions & 2 deletions test/torrent/tracker_list_test.cc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include "config.h"

#include "torrent/http.h"
#include "net/address_list.h"
#include "test/torrent/tracker_list_test.h"
#include "torrent/http.h"

#include "globals.h"
#include "torrent/tracker_list_test.h"

CPPUNIT_TEST_SUITE_REGISTRATION(tracker_list_test);

Expand Down

0 comments on commit 5a8a570

Please sign in to comment.