Skip to content

Commit

Permalink
no need to include <memory>, already in common.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 6, 2024
1 parent df75e8e commit 4a8fb44
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion worker/test/src/RTC/RTCP/TestFeedbackPsPli.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "RTC/RTCP/FeedbackPsPli.hpp"
#include <catch2/catch_test_macros.hpp>
#include <cstring> // std::memcmp()
#include <memory>

using namespace RTC::RTCP;

Expand Down
1 change: 0 additions & 1 deletion worker/test/src/RTC/RTCP/TestFeedbackRtpTransport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "RTC/RTCP/FeedbackRtpTransport.hpp"
#include <catch2/catch_test_macros.hpp>
#include <cstring> // std::memcmp()
#include <memory>

using namespace RTC::RTCP;

Expand Down
1 change: 0 additions & 1 deletion worker/test/src/RTC/RTCP/TestSdes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "RTC/RTCP/Sdes.hpp"
#include <catch2/catch_test_macros.hpp>
#include <cstring> // std::memcmp()
#include <memory>
#include <string>

using namespace RTC::RTCP;
Expand Down
1 change: 0 additions & 1 deletion worker/test/src/RTC/RTCP/TestSenderReport.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "RTC/RTCP/SenderReport.hpp"
#include <catch2/catch_test_macros.hpp>
#include <cstring> // std::memcmp()
#include <memory>

using namespace RTC::RTCP;

Expand Down
1 change: 0 additions & 1 deletion worker/test/src/RTC/RTCP/TestXr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "RTC/RTCP/XrReceiverReferenceTime.hpp"
#include <catch2/catch_test_macros.hpp>
#include <cstring> // std::memcmp(), std::memcpy()
#include <memory>

using namespace RTC::RTCP;

Expand Down
1 change: 0 additions & 1 deletion worker/test/src/RTC/TestRtpStreamSend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "RTC/RtpStream.hpp"
#include "RTC/RtpStreamSend.hpp"
#include <catch2/catch_test_macros.hpp>
#include <memory>
#include <vector>

// #define PERFORMANCE_TEST 1
Expand Down

0 comments on commit 4a8fb44

Please sign in to comment.