Remove p2p/base/sessiondescription.h forwarding header

Now that downstream projects have been updated to point to
pc/sessiondescription.h, the forwarding header can be removed.

Bug: webrtc:8620
Change-Id: Ia4b4aa05f41a2b6ef948dc140460b71d8db8eb64
Reviewed-on: https://webrtc-review.googlesource.com/35961
Reviewed-by: Peter Thatcher <pthatcher@webrtc.org>
Commit-Queue: Steve Anton <steveanton@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#21418}
This commit is contained in:
Steve Anton 2017-12-21 13:46:58 -08:00 committed by Commit Bot
parent 7622048be2
commit c0ed4db0ba
2 changed files with 0 additions and 26 deletions

View File

@ -2,11 +2,3 @@ include_rules = [
"+net",
"+system_wrappers",
]
specific_include_rules = {
# TODO(steveanton): Remove this forwarding header once downstream projects
# have updated to include the file in its new location.
"sessiondescription\.h": [
"+pc/sessiondescription.h",
],
}

View File

@ -1,18 +0,0 @@
/*
* Copyright 2004 The WebRTC Project Authors. All rights reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
* tree. An additional intellectual property rights grant can be found
* in the file PATENTS. All contributing project authors may
* be found in the AUTHORS file in the root of the source tree.
*/
#ifndef P2P_BASE_SESSIONDESCRIPTION_H_
#define P2P_BASE_SESSIONDESCRIPTION_H_
// TODO(steveanton): Remove this forwarding header once downstream projects
// have updated to include the file in its new location.
#include "pc/sessiondescription.h"
#endif // P2P_BASE_SESSIONDESCRIPTION_H_