From: Simon Pilgrim Date: Mon, 20 Jul 2020 15:14:22 +0000 (+0100) Subject: MappedBlockStream.h - remove unnecessary MSFLayout forward declaration. NFCI. X-Git-Tag: llvmorg-13-init~17160 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ad047cd3f97b32f83e189a69c967748174c1a9f;p=platform%2Fupstream%2Fllvm.git MappedBlockStream.h - remove unnecessary MSFLayout forward declaration. NFCI. This is defined in MSFCommon.h which we have to explicitly include already. --- diff --git a/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h b/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h index 593d781..473c89e 100644 --- a/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h +++ b/llvm/include/llvm/DebugInfo/MSF/MappedBlockStream.h @@ -24,8 +24,6 @@ namespace llvm { namespace msf { -struct MSFLayout; - /// MappedBlockStream represents data stored in an MSF file into chunks of a /// particular size (called the Block Size), and whose chunks may not be /// necessarily contiguous. The arrangement of these chunks MSF the file