blob: 7cee7a4b146265f2cbb52ac3009d13d006ece005 [file] [log] [blame]
/*
* Copyright (c) 2024 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_DTLS_TRANSPORT_H_
#define P2P_BASE_DTLS_TRANSPORT_H_
// This is a transitional header forwarding to the new version in the p2p/dtls/
// folder.
#include "p2p/dtls/dtls_transport.h"
#endif // P2P_BASE_DTLS_TRANSPORT_H_