aboutsummaryrefslogtreecommitdiff
path: root/pc
diff options
context:
space:
mode:
authorNiels Möller <nisse@webrtc.org>2018-05-21 11:46:20 +0200
committerCommit Bot <commit-bot@chromium.org>2018-05-21 19:35:08 +0000
commit65ec0fc81ea2129ec0efb191a1a297702da8431b (patch)
tree12691a786283eeaae699f3ee5b6923ca012f7455 /pc
parent0ce868c60e2405845608b552c43c37d256e6523f (diff)
downloadwebrtc-65ec0fc81ea2129ec0efb191a1a297702da8431b.tar.gz
Delete unneeded includes of basictypes.h.
This is a kitchen-sink header, some pieces should be moved to byteorder.h, the rest likely deleted. Delete most includes of basictypes.h. In leaf headers, include stddef.h and stdint.h explicitly where needed. Bug: webrtc:6853 Change-Id: Ibc809936a8f94d418e4eb650da1e89c1b9142073 Reviewed-on: https://webrtc-review.googlesource.com/77721 Commit-Queue: Niels Moller <nisse@webrtc.org> Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org> Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23333}
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"