MachineBasicBlock.h - remove unnecessary includes. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 19 May 2020 13:00:37 +0000 (14:00 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 19 May 2020 14:15:25 +0000 (15:15 +0100)
commitac6a9971309bcd7ba353fd8d12154fd368498a0f
tree2a5673fe91c3040aac32ba13c6f8e81bc145ad89
parent6846aec7313f81d6d8fd5190d6b49eba9f038a8e
MachineBasicBlock.h - remove unnecessary includes. NFC.

Don't explicitly include ilist_node.h + simple_ilist.h - we already include ilist.h that include these for us and all references are in terms of that.

The rest can be covered by forward declarations.
llvm/include/llvm/CodeGen/MachineBasicBlock.h