From 72a2c79bd38945b4ab20610bcdb8dba15aff6a14 Mon Sep 17 00:00:00 2001 From: Harald Alvestrand Date: Mon, 26 Oct 2020 07:38:32 +0000 Subject: [PATCH] Remove forwarding header media_stream_track.h External usage of this file name has been removed. Bug: webrtc:11967 Change-Id: I3705beceedbf33bfa865557a2ca252eb99091331 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/190281 Reviewed-by: Mirko Bonadei Commit-Queue: Harald Alvestrand Cr-Commit-Position: refs/heads/master@{#32483} --- pc/media_stream_track.h | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 pc/media_stream_track.h diff --git a/pc/media_stream_track.h b/pc/media_stream_track.h deleted file mode 100644 index 1316b51365..0000000000 --- a/pc/media_stream_track.h +++ /dev/null @@ -1,15 +0,0 @@ -/* - * Copyright 2020 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 PC_MEDIA_STREAM_TRACK_H_ -#define PC_MEDIA_STREAM_TRACK_H_ -// Temporary header forwarding -#include "api/media_stream_track.h" - -#endif // PC_MEDIA_STREAM_TRACK_H_