aboutsummaryrefslogtreecommitdiff
path: root/pc
diff options
context:
space:
mode:
Diffstat (limited to 'pc')
-rw-r--r--pc/rtpreceiver.h1
-rw-r--r--pc/rtpsender.h1
-rw-r--r--pc/srtpfilter.h1
-rw-r--r--pc/srtpsession.h1
-rw-r--r--pc/test/fakeaudiocapturemodule.h1
5 files changed, 0 insertions, 5 deletions
diff --git a/pc/rtpreceiver.h b/pc/rtpreceiver.h
index da92298c4f..55ed29ecf1 100644
--- a/pc/rtpreceiver.h
+++ b/pc/rtpreceiver.h
@@ -25,7 +25,6 @@
#include "media/base/videobroadcaster.h"
#include "pc/remoteaudiosource.h"
#include "pc/videotracksource.h"
-#include "rtc_base/basictypes.h"
namespace webrtc {
diff --git a/pc/rtpsender.h b/pc/rtpsender.h
index 4077b9ca1f..739ed0f3a4 100644
--- a/pc/rtpsender.h
+++ b/pc/rtpsender.h
@@ -21,7 +21,6 @@
#include "api/mediastreaminterface.h"
#include "api/rtpsenderinterface.h"
-#include "rtc_base/basictypes.h"
#include "rtc_base/criticalsection.h"
#include "media/base/audiosource.h"
#include "media/base/mediachannel.h"
diff --git a/pc/srtpfilter.h b/pc/srtpfilter.h
index 6a3644d5e9..977464013a 100644
--- a/pc/srtpfilter.h
+++ b/pc/srtpfilter.h
@@ -22,7 +22,6 @@
#include "api/jsep.h"
#include "api/optional.h"
#include "pc/sessiondescription.h"
-#include "rtc_base/basictypes.h"
#include "rtc_base/buffer.h"
#include "rtc_base/constructormagic.h"
#include "rtc_base/criticalsection.h"
diff --git a/pc/srtpsession.h b/pc/srtpsession.h
index af534bea22..ee0f8b2174 100644
--- a/pc/srtpsession.h
+++ b/pc/srtpsession.h
@@ -14,7 +14,6 @@
#include <vector>
#include "api/umametrics.h"
-#include "rtc_base/basictypes.h"
#include "rtc_base/scoped_ref_ptr.h"
#include "rtc_base/thread_checker.h"
diff --git a/pc/test/fakeaudiocapturemodule.h b/pc/test/fakeaudiocapturemodule.h
index db346d06c8..a1709dd777 100644
--- a/pc/test/fakeaudiocapturemodule.h
+++ b/pc/test/fakeaudiocapturemodule.h
@@ -24,7 +24,6 @@
#include "common_types.h" // NOLINT(build/include)
#include "modules/audio_device/include/audio_device.h"
-#include "rtc_base/basictypes.h"
#include "rtc_base/criticalsection.h"
#include "rtc_base/messagehandler.h"
#include "rtc_base/scoped_ref_ptr.h"