aboutsummaryrefslogtreecommitdiff
path: root/pc/webrtcsdp_unittest.cc
diff options
context:
space:
mode:
authorPatrik Höglund <phoglund@webrtc.org>2017-09-15 09:04:28 +0200
committerCommit Bot <commit-bot@chromium.org>2017-09-15 12:51:00 +0000
commit563934e726a26e9180161034f01c739d924fc749 (patch)
tree630c21b3000535f9d627db47a258703b44f802a6 /pc/webrtcsdp_unittest.cc
parent743117f304222319fc65d94969d3fb25ee94fc4d (diff)
downloadwebrtc-563934e726a26e9180161034f01c739d924fc749.tar.gz
Clean up dependencies of peerconnection_unittest.
There were a number of unused includes and undeclared dependencies. I removed the includes that were causing problems and added dependencies for the includes that turned out to be needed. Bug: webrtc:7239,webrtc:6828 Change-Id: I5b57f9b8411d969e96eaa46fb49101b7b7c32284 Reviewed-on: https://webrtc-review.googlesource.com/1185 Commit-Queue: Patrik Höglund <phoglund@webrtc.org> Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org> Cr-Commit-Position: refs/heads/master@{#19858}
Diffstat (limited to 'pc/webrtcsdp_unittest.cc')
-rw-r--r--pc/webrtcsdp_unittest.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/pc/webrtcsdp_unittest.cc b/pc/webrtcsdp_unittest.cc
index 3acad296f5..eea8e01aac 100644
--- a/pc/webrtcsdp_unittest.cc
+++ b/pc/webrtcsdp_unittest.cc
@@ -16,16 +16,14 @@
#include "api/jsepsessiondescription.h"
#include "media/base/mediaconstants.h"
#include "media/engine/webrtcvideoengine.h"
-#include "modules/video_coding/codecs/h264/include/h264.h"
#include "p2p/base/p2pconstants.h"
#include "pc/mediasession.h"
#include "rtc_base/checks.h"
#include "rtc_base/gunit.h"
#include "rtc_base/logging.h"
-#include "rtc_base/messagedigest.h"
-#include "rtc_base/sslfingerprint.h"
#include "rtc_base/stringencode.h"
#include "rtc_base/stringutils.h"
+
#ifdef WEBRTC_ANDROID
#include "pc/test/androidtestinitializer.h"
#endif