17 lines
234 B
C++
17 lines
234 B
C++
//
|
|
// Copyright (c) 2013-2024 The SRS Authors
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
//
|
|
|
|
#ifndef SRS_UTEST_PROTOCOL3_HPP
|
|
#define SRS_UTEST_PROTOCOL3_HPP
|
|
|
|
/*
|
|
#include <srs_utest_protocol3.hpp>
|
|
*/
|
|
#include <srs_utest_protocol.hpp>
|
|
|
|
#endif
|
|
|