WebAssemblyUtilities.h - reduce unnecessary includes to forward declarations. NFCI.

This commit is contained in:
Simon Pilgrim 2020-09-03 17:05:17 +01:00
parent 46780cc0ee
commit 83ca548fcb
1 changed files with 2 additions and 3 deletions

View File

@ -15,11 +15,10 @@
#ifndef LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYUTILITIES_H
#define LLVM_LIB_TARGET_WEBASSEMBLY_WEBASSEMBLYUTILITIES_H
#include "llvm/CodeGen/MachineBasicBlock.h"
#include "llvm/CodeGen/MachineFunction.h"
namespace llvm {
class MachineInstr;
class MachineOperand;
class WebAssemblyFunctionInfo;
namespace WebAssembly {