mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-17 15:47:53 +01:00

Bug: webrtc:11989 Change-Id: Ie9cfe11a0c2b041457de66c3e3a6cdcd6179e4e9 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/201900 Commit-Queue: Tim Na <natim@webrtc.org> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#33093}
14 lines
584 B
C++
14 lines
584 B
C++
/*
|
|
* Copyright (c) 2021 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.
|
|
*/
|
|
|
|
// This file verifies that all include files in this directory can be
|
|
// compiled without errors or other required includes.
|
|
|
|
#include "api/voip/test/mock_voip_engine.h"
|