/* * 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_INTERNAL_H_ #define P2P_BASE_DTLS_TRANSPORT_INTERNAL_H_ // This is a transitional header forwarding to the new version in the p2p/dtls/ // folder. #include "p2p/dtls/dtls_transport_internal.h" #endif // P2P_BASE_DTLS_TRANSPORT_INTERNAL_H_