forked from OSchip/llvm-project
WebAssemblyUtilities.h - reduce unnecessary includes to forward declarations. NFCI.
This commit is contained in:
parent
46780cc0ee
commit
83ca548fcb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue