// Copyright (c) 2018 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef QUICHE_QUIC_CORE_FRAMES_QUIC_MESSAGE_FRAME_H_ #define QUICHE_QUIC_CORE_FRAMES_QUIC_MESSAGE_FRAME_H_ #include "absl/container/inlined_vector.h" #include "absl/types/span.h" #include "quiche/quic/core/quic_types.h" #include "quiche/quic/platform/api/quic_export.h" #include "quiche/common/platform/api/quiche_mem_slice.h" namespace quic { QuicMessageData; struct QUICHE_EXPORT QuicMessageFrame { … }; } // namespace quic #endif // QUICHE_QUIC_CORE_FRAMES_QUIC_MESSAGE_FRAME_H_