From 4a8fb44bf6b4ea48bde851bde803fbb30a8d84ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?I=C3=B1aki=20Baz=20Castillo?= Date: Sat, 6 Jul 2024 13:46:37 +0200 Subject: [PATCH] no need to include , already in common.hpp --- worker/test/src/RTC/RTCP/TestFeedbackPsPli.cpp | 1 - worker/test/src/RTC/RTCP/TestFeedbackRtpTransport.cpp | 1 - worker/test/src/RTC/RTCP/TestSdes.cpp | 1 - worker/test/src/RTC/RTCP/TestSenderReport.cpp | 1 - worker/test/src/RTC/RTCP/TestXr.cpp | 1 - worker/test/src/RTC/TestRtpStreamSend.cpp | 1 - 6 files changed, 6 deletions(-) diff --git a/worker/test/src/RTC/RTCP/TestFeedbackPsPli.cpp b/worker/test/src/RTC/RTCP/TestFeedbackPsPli.cpp index c5559cd1bb..762f9e5b72 100644 --- a/worker/test/src/RTC/RTCP/TestFeedbackPsPli.cpp +++ b/worker/test/src/RTC/RTCP/TestFeedbackPsPli.cpp @@ -2,7 +2,6 @@ #include "RTC/RTCP/FeedbackPsPli.hpp" #include #include // std::memcmp() -#include using namespace RTC::RTCP; diff --git a/worker/test/src/RTC/RTCP/TestFeedbackRtpTransport.cpp b/worker/test/src/RTC/RTCP/TestFeedbackRtpTransport.cpp index 0f6b9e579b..68fc15d258 100644 --- a/worker/test/src/RTC/RTCP/TestFeedbackRtpTransport.cpp +++ b/worker/test/src/RTC/RTCP/TestFeedbackRtpTransport.cpp @@ -3,7 +3,6 @@ #include "RTC/RTCP/FeedbackRtpTransport.hpp" #include #include // std::memcmp() -#include using namespace RTC::RTCP; diff --git a/worker/test/src/RTC/RTCP/TestSdes.cpp b/worker/test/src/RTC/RTCP/TestSdes.cpp index b453d05fc6..b03df3c855 100644 --- a/worker/test/src/RTC/RTCP/TestSdes.cpp +++ b/worker/test/src/RTC/RTCP/TestSdes.cpp @@ -3,7 +3,6 @@ #include "RTC/RTCP/Sdes.hpp" #include #include // std::memcmp() -#include #include using namespace RTC::RTCP; diff --git a/worker/test/src/RTC/RTCP/TestSenderReport.cpp b/worker/test/src/RTC/RTCP/TestSenderReport.cpp index 790160bc4f..e874ba92a1 100644 --- a/worker/test/src/RTC/RTCP/TestSenderReport.cpp +++ b/worker/test/src/RTC/RTCP/TestSenderReport.cpp @@ -2,7 +2,6 @@ #include "RTC/RTCP/SenderReport.hpp" #include #include // std::memcmp() -#include using namespace RTC::RTCP; diff --git a/worker/test/src/RTC/RTCP/TestXr.cpp b/worker/test/src/RTC/RTCP/TestXr.cpp index 3767ff6945..b1569bddc8 100644 --- a/worker/test/src/RTC/RTCP/TestXr.cpp +++ b/worker/test/src/RTC/RTCP/TestXr.cpp @@ -4,7 +4,6 @@ #include "RTC/RTCP/XrReceiverReferenceTime.hpp" #include #include // std::memcmp(), std::memcpy() -#include using namespace RTC::RTCP; diff --git a/worker/test/src/RTC/TestRtpStreamSend.cpp b/worker/test/src/RTC/TestRtpStreamSend.cpp index c3f454a6c6..de52e87f83 100644 --- a/worker/test/src/RTC/TestRtpStreamSend.cpp +++ b/worker/test/src/RTC/TestRtpStreamSend.cpp @@ -4,7 +4,6 @@ #include "RTC/RtpStream.hpp" #include "RTC/RtpStreamSend.hpp" #include -#include #include // #define PERFORMANCE_TEST 1